Fix typo in logrotate file path for privacy logs
Corrected the logrotate configuration to use the proper file path `/var/log/apt/privacy-*.log` instead of the incorrect `/var/log/apt/private-*.log`. This ensures the rotation settings apply to the intended log files.
This commit is contained in:
parent
41531016aa
commit
3124330752
@ -7,7 +7,7 @@
|
|||||||
notifempty
|
notifempty
|
||||||
}
|
}
|
||||||
|
|
||||||
/var/log/apt/private-*.log {
|
/var/log/apt/privacy-*.log {
|
||||||
su php-fpm php-fpm
|
su php-fpm php-fpm
|
||||||
rotate 180
|
rotate 180
|
||||||
daily
|
daily
|
||||||
|
Loading…
Reference in New Issue
Block a user