mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
98c238064e
Signed-off-by: DL6ER <dl6er@dl6er.de>
21 lines
229 B
Text
21 lines
229 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
|
|
}
|