11 lines
147 B
Text
11 lines
147 B
Text
|
/home/hackmd/logs/*.log {
|
||
|
daily
|
||
|
rotate 365
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
sharedscripts
|
||
|
copytruncate
|
||
|
dateext
|
||
|
dateformat %Y-%m-%d
|
||
|
}
|