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
|
notifempty
|
||||||
}
|
}
|
||||||
|
|
||||||
/var/log/apt/privacy-*.log {
|
/var/log/chill/privacy-*.log {
|
||||||
su php-fpm php-fpm
|
su php-fpm php-fpm
|
||||||
rotate 180
|
rotate 180
|
||||||
daily
|
daily
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
notifempty
|
notifempty
|
||||||
}
|
}
|
||||||
|
|
||||||
/var/log/apt/notifier-*.log {
|
/var/log/chill/notifier-*.log {
|
||||||
su php-fpm php-fpm
|
su php-fpm php-fpm
|
||||||
rotate 800
|
rotate 800
|
||||||
daily
|
daily
|
||||||
|
|||||||
Reference in New Issue
Block a user