15 lines
177 B
Plaintext
15 lines
177 B
Plaintext
|
/var/log/chill/default-*.log {
|
||
|
rotate 90
|
||
|
daily
|
||
|
compress
|
||
|
missingok
|
||
|
notifempty
|
||
|
}
|
||
|
|
||
|
/var/log/apt/private-*.log {
|
||
|
rotate 180
|
||
|
daily
|
||
|
compress
|
||
|
missingok
|
||
|
notifempty
|
||
|
}
|