14 lines
202 B
Text
14 lines
202 B
Text
|
{{ forgejo_log_dir }}/*.log
|
||
|
{
|
||
|
rotate 7
|
||
|
daily
|
||
|
missingok
|
||
|
notifempty
|
||
|
delaycompress
|
||
|
compress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/usr/lib/rsyslog/rsyslog-rotate
|
||
|
endscript
|
||
|
}
|