Add `logrotate` file for `digdag`.
This commit is contained in:
parent
76357646f0
commit
b063cba98f
|
@ -0,0 +1,13 @@
|
||||||
|
/var/log/digdag.log
|
||||||
|
{
|
||||||
|
rotate 4
|
||||||
|
weekly
|
||||||
|
missingok
|
||||||
|
notifempty
|
||||||
|
compress
|
||||||
|
delaycompress
|
||||||
|
sharedscripts
|
||||||
|
postrotate
|
||||||
|
/usr/lib/rsyslog/rsyslog-rotate
|
||||||
|
endscript
|
||||||
|
}
|
Loading…
Reference in New Issue