mirror of https://github.com/kubernetes/kops.git
Change logrotate compress to delaycompress
As per https://github.com/fluent/fluentd/issues/780#issuecomment-178065328
This commit is contained in:
parent
a67ab0bc71
commit
61f72a63c5
|
@ -96,7 +96,7 @@ func (b *LogrotateBuilder) addLogRotate(c *fi.ModelBuilderContext, name, path st
|
|||
" copytruncate",
|
||||
" missingok",
|
||||
" notifempty",
|
||||
" compress",
|
||||
" delaycompress",
|
||||
" maxsize " + options.MaxSize,
|
||||
" daily",
|
||||
" create 0644 root root",
|
||||
|
|
Loading…
Reference in New Issue