Dotty Dotter
|
0fd8a72958
|
feat(#171): logrotate-Config fuer /var/log/gwoe-*.log
scripts/logrotate-gwoe.conf — wird bei sudo-Install zu
/etc/logrotate.d/gwoe kopiert.
Schema:
- weekly, rotate 8 (8 Wochen Historie)
- compress + delaycompress (letzte Rotation greppable)
- missingok + notifempty (Cron-Logs koennen ja leer sein)
- create 0644 dotty dotty (passt zur Permissions-Konvention der
bestehenden gwoe-*.log)
- sharedscripts (zukunftssicher fuer postrotate-Hooks)
Install via sudo cp + sudo logrotate -d (Dry-Run), siehe Inline-
Doku im File. Kein Server-seitiger Auto-Install — root-Aktion
liegt beim Maintainer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-06 02:04:17 +02:00 |
|