Update logfile configurations.
This commit is contained in:
parent
9f1e0b51c8
commit
44b93b9422
17 changed files with 287 additions and 127 deletions
15
etc/logrotate.d/apt
Normal file
15
etc/logrotate.d/apt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/var/log/apt/eipp.log.xz {
|
||||
missingok
|
||||
nocompress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/apt/term.log {
|
||||
missingok
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/apt/history.log {
|
||||
missingok
|
||||
notifempty
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue