mirror of https://github.com/zulip/zulip.git
puppet: Fix buggy logrotate configuration.
This commit is contained in:
parent
a7fe22f4ec
commit
12ddb1a36f
|
@ -1,7 +1,7 @@
|
|||
/var/log/zulip/server.log /var/log/zulip/workers.log /var/log/zulip/manage.log {
|
||||
missingok
|
||||
rotate 10
|
||||
size 1GB
|
||||
size 1G
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
|
|
Loading…
Reference in New Issue