mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
Wrapping sys.stdout and sys.stderr at import time with a threading.Lock is not fork-safe and adds overhead to every print call. litellm.suppress_debug_info already silences the noisy output this was designed to filter.