mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
- Add logging import and structured error handling with logger - Update class docstring to document thread safety guarantees - Add thread-safe deregister_handler method with proper locking - Add comprehensive tests for handler deregistration thread safety - Add test for deregistering non-existent handlers - Improve error handling with structured logging and exc_info - Maintain backward compatibility while enhancing functionality Addresses review suggestions from PR #2992 while keeping the core thread safety fix intact and adding valuable enhancements. Co-Authored-By: João <joao@crewai.com>