- 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.
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
__pycache__/*
|
|
__pycache__/
|
|
monitoring_data.json
|
|
log_position.txt
|
|
auth_log_position.txt
|
|
monitoring_agent.log
|