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> |
||
|---|---|---|
| .. | ||
| trending | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_stock.py | ||
| brave.py | ||
| config.py | ||
| google.py | ||
| googlenews_utils.py | ||
| interface.py | ||
| local.py | ||
| openai.py | ||
| reddit_utils.py | ||
| stockstats_utils.py | ||
| tavily.py | ||
| utils.py | ||
| y_finance.py | ||
| yfin_utils.py | ||