Add logrotate
file for digdag
.
This commit is contained in:
parent
76357646f0
commit
b063cba98f
13
cookbooks/digdag/files/etc/logrotate.d/digdag
Normal file
13
cookbooks/digdag/files/etc/logrotate.d/digdag
Normal file
@ -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
Block a user