Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
When the above logging settings are enabled, logs are displayed in the terminal when running the normal kickoff method. However, when using kickoff_async or kickoff_for_each_async, no execution logs are displayed at all. I would like to see the logs for debugging purposes, so I would appreciate it if you could explain the cause and provide a solution.
Kind regards,
Steps to Reproduce
change execute kickoff to kickoff_async or kickoff_for_each_async
Expected behavior
All log statements should be printed, showing the start and end of each task. Regardless of whether the method is synchronous or asynchronous, verbose logs should be displayed.
Description
Hi,
When the above logging settings are enabled, logs are displayed in the terminal when running the normal kickoff method. However, when using kickoff_async or kickoff_for_each_async, no execution logs are displayed at all. I would like to see the logs for debugging purposes, so I would appreciate it if you could explain the cause and provide a solution.
Kind regards,
Steps to Reproduce
Expected behavior
All log statements should be printed, showing the start and end of each task. Regardless of whether the method is synchronous or asynchronous, verbose logs should be displayed.
Screenshots/Code snippets
none
Operating System
macOS Sonoma
Python Version
3.12
crewAI Version
0.70.1
crewAI Tools Version
0.12.1
Virtual Environment
Poetry
Evidence
none
Possible Solution
none
Additional context
none