1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-19 14:29:36 +00:00
pi-hole/advanced/logrotate

22 lines
222 B
Plaintext
Raw Normal View History

2017-01-12 19:39:25 +00:00
/var/log/pihole.log {
# su #
2017-01-12 19:39:25 +00:00
daily
copytruncate
rotate 5
compress
delaycompress
notifempty
nomail
}
/var/log/pihole-FTL.log {
# su #
weekly
copytruncate
rotate 3
compress
delaycompress
notifempty
nomail
}