Two related log management issues:
- FD leak: the log rotator may not be closing file descriptors after rotation — FDs accumulate over time.
- Old log deletion: no option to automatically delete log files older than N days — operators must manage manually.
Asks
- Audit the log rotation path for unclosed FDs.
- Add
logging.maxAgeDays (or equivalent) config to auto-delete old rotated files.
🤖 Filed by Claude on behalf of Kris.
Two related log management issues:
Asks
logging.maxAgeDays(or equivalent) config to auto-delete old rotated files.🤖 Filed by Claude on behalf of Kris.