8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
Créer un fichier "webservice" dans /etc/logrotate.d
|
||
|
|
||
|
/var/log/webservice/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
compress
|
||
|
notifempty
|
||
|
}
|