mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 18:59:24 -05:00
- Read LOG_LEVEL from environment with INFO as default - Use getattr to safely convert string to logging level constant - Supports DEBUG, INFO, WARNING, ERROR, CRITICAL levels - Falls back to INFO if invalid level specified This minimal change allows debug logs to appear when LOG_LEVEL=DEBUG is set in the .env file, fixing the issue where debug messages were being filtered out.