Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
0d31071e18 Update documentation to reflect implemented changes
- Clarify that size-based rotation is already implemented
- Update line numbers to match actual code location (line 407)
- Mark patch as reference since changes are already applied
- Remove misleading "recommended enhancement" language

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>
2026-01-29 06:46:30 +00:00
copilot-swe-agent[bot]
b2444dee9a Add size-based log rotation and documentation
- Update hbb_common submodule to add size-based log rotation
- Logs now rotate when they reach 100MB OR daily (whichever comes first)
- Create comprehensive LOG_MANAGEMENT.md documentation
- Add patch file for reference and future hbb_common updates
- Maximum disk usage limited to ~3.1GB (31 files × 100MB each)

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>
2026-01-29 06:43:43 +00:00