Files
continuwuity/servers/logrotate.d/traefik.conf
T
2025-01-04 15:30:48 +00:00

9 lines
123 B
Plaintext

/var/log/traefik/*.log {
missingok
notifempty
weekly
rotate 3
size 10M
compress
delaycompress
}