Files
LLM-Powered-Monitoring-Agent/.gitignore
Spencer f65b2d468d feat: Implement daily log rotation
- Add logging to monitor_agent.py to replace print statements.
- Configure TimedRotatingFileHandler to keep logs for the past 24 hours.
- Update .gitignore to exclude the new log file.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:15:36 -05:00

7 lines
108 B
Plaintext

__pycache__/*
__pycache__/
monitoring_data.json
log_position.txt
auth_log_position.txt
monitoring_agent.log