| 1 | #logger.py |
| 2 | # Description: |
| 3 | # This file, logger.py, is responsible for setting up a robust logging system for the Ragnar project. It defines custom logging levels and formats, |
| 4 | # integrates with the Rich library for enhanced console output, and ensures logs are written to rotating files for persistence. |