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

9 lines
119 B
Plaintext
Raw Normal View History

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