- Modified ConsoleFormatter.print() to pause Live sessions when printing non-Tree content
- Added _paused_tree attribute to store tree state during pauses
- Updated pause_live_updates() and resume_live_updates() methods to properly restore Live sessions
- Added comprehensive tests covering the logging conflict scenario
- Fixes issue #3197 where custom Python loggers were suppressed when verbose=True
The fix ensures custom loggers work properly while preserving CrewAI's live formatting functionality.
Co-Authored-By: Jo\u00E3o <joao@crewai.com>