mirror of https://github.com/wb2osz/direwolf.git
21 lines
293 B
Plaintext
21 lines
293 B
Plaintext
|
/var/log/direwolf/stdout /var/log/direwolf/stderr {
|
||
|
missingok
|
||
|
rotate 30
|
||
|
daily
|
||
|
copytruncate
|
||
|
notifempty
|
||
|
compress
|
||
|
delaycompress
|
||
|
dateext
|
||
|
dateyesterday
|
||
|
}
|
||
|
|
||
|
/var/log/direwolf/*.log {
|
||
|
missingok
|
||
|
daily
|
||
|
rotate 30
|
||
|
minage 7
|
||
|
maxage 30
|
||
|
compress
|
||
|
}
|