Add /var/log/pihole/webserver.log to the logrotate scripts. While it may be empty for most, it can grow quickly if either API or TLS debugging is enabled (it can quickly reach several hundreds of MB per day when debugging TLS)

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/5329/head
DL6ER 11 months ago
parent 047017dc6a
commit 64319fa96e
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -19,3 +19,14 @@
notifempty
nomail
}
/var/log/pihole/webserver.log {
# su #
weekly
copytruncate
rotate 3
compress
delaycompress
notifempty
nomail
}

Loading…
Cancel
Save