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.
This commit is contained in:
2025-08-21 12:15:36 -05:00
parent e119bc7194
commit f65b2d468d
3 changed files with 38 additions and 29 deletions

2
.gitignore vendored
View File

@@ -3,4 +3,4 @@ __pycache__/
monitoring_data.json
log_position.txt
auth_log_position.txt
monitor_agent.log
monitoring_agent.log