Update logrotate paths for chill logs
Adjusted logrotate configuration to use `/var/log/chill/*` paths instead of `/var/log/apt/*` for privacy and notifier logs, ensuring correct log management.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/apt/privacy-*.log {
|
||||
/var/log/chill/privacy-*.log {
|
||||
su php-fpm php-fpm
|
||||
rotate 180
|
||||
daily
|
||||
@@ -16,7 +16,7 @@
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/apt/notifier-*.log {
|
||||
/var/log/chill/notifier-*.log {
|
||||
su php-fpm php-fpm
|
||||
rotate 800
|
||||
daily
|
||||
|
||||
Reference in New Issue
Block a user