Files
continuwuity/servers/logrotate.d/traefik.conf
T

9 lines
123 B
Plaintext
Raw Normal View History

2025-01-04 15:30:48 +00:00
/var/log/traefik/*.log {
2024-12-01 11:37:37 +00:00
missingok
notifempty
weekly
rotate 3
size 10M
compress
delaycompress
}