mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
logrotate: Fix whitespace in logrotate configuration.
This commit is contained in:
parent
40cc6a3fa1
commit
cef6285eee
@ -1,17 +1,17 @@
|
||||
/var/log/zulip/workers.log /var/log/zulip/manage.log {
|
||||
missingok
|
||||
rotate 3
|
||||
size 25M
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
missingok
|
||||
rotate 3
|
||||
size 25M
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/zulip/server.log {
|
||||
missingok
|
||||
rotate 10
|
||||
size 500M
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
missingok
|
||||
rotate 10
|
||||
size 500M
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user