mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
4148f2cb5b
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
21 lines
277 B
Text
21 lines
277 B
Text
/var/log/pihole/pihole.log {
|
|
# su #
|
|
daily
|
|
copytruncate
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
nomail
|
|
}
|
|
|
|
/var/log/pihole/FTL.log {
|
|
# su #
|
|
weekly
|
|
copytruncate
|
|
rotate 3
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
nomail
|
|
}
|