This website requires JavaScript.
Explore
Help
Register
Sign In
FFW-VG-AK-FF
/
watchdog-docker
Watch
1
Star
0
Fork
You've already forked watchdog-docker
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
30a72f5fa3
watchdog-docker
/
VERSION
1 line
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
v0.1.1 - Improve logging system with rotation and separate error logs ### Changed - Implement professional logging system with RotatingFileHandler - Move logs from data/ to separate logs/ directory - Add separate error.log with full tracebacks - Configure automatic log rotation (10MB max, 5 backups) - Add configurable log size and rotation settings - Improve console output format ### Configuration - New logging options in config.yaml: - max_bytes: 10485760 (10MB) - backup_count: 5 - error_file: separate error log path ### Files - logs/watchdog.log - Main log (all messages) - logs/error.log - Error log (errors only with traceback) - Auto-rotation: *.log.1-5 backups Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 20:10:13 +00:00
0.1.1