TradingAgents/tests
Joseph O'Brien 80e8fb0eee feat: add centralized logging module with dual output support
Add tradingagents/logging.py with JSONFormatter for structured file logs
and RichHandler for colored console output. Migrate 59 print statements
across 13 files to proper logger calls. Configure via environment
variables (TRADINGAGENTS_LOG_LEVEL, etc.) with default_config fallback.

- Rotating file handler: 10MB max, 5 backups to logs/tradingagents.log
- Rich console handler with tracebacks for development
- Logger hierarchy follows module paths (tradingagents.dataflows.*, etc.)
- 20 feature-specific tests covering core, config, migration, integration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 02:11:29 -05:00
..
agents CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
dataflows Add Brave and Tavily news data vendors with retry handling 2025-12-03 00:43:27 -05:00
discovery Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
graph CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
test_default_config.py CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
test_logging.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
test_logging_config.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
test_logging_integration.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
test_logging_migration.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00