Commit Graph

2 Commits

Author SHA1 Message Date
mrhavens 0f62267806 Fix circular import in __init__.py (#35) 2026-03-14 09:24:31 +00:00
mrhavens b52739ca5c fix(logging): Add structured logging module
- Created logging.py with:
  - setup_logging() function
  - Configurable levels
  - Console and file handlers
  - Structured format

This addresses the logging gap.
2026-03-14 05:37:19 +00:00