mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-12 01:28:30 +00:00
The project uses a custom Logger that emits via _logger.log() rather than Python's standard logging module, so caplog won't capture the warnings. Updated tests to monkeypatch agent._logger.log instead of using caplog. Co-Authored-By: João <joao@crewai.com>