mirror of
https://github.com/pi-hole/pi-hole
synced 2024-10-31 20:59:00 +00:00
b79ff05e29
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
22 lines
222 B
Plaintext
22 lines
222 B
Plaintext
/var/log/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
|
|
}
|