-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out why log rotation for server/error logs do not work in docker-zulip #263
Comments
Hi, Tim - can you update is it fixed ? Can I simply map volume to main system and logrotate it from there using script from /etc/logrotate.d ? |
I'm not aware of us changing anything that might fix this. That mount approach might work for you. That said, I think it'd be better to just debug why log rotation is not working properly as it does in a non-Docker Zulip server and fix the bug for everyone. |
I just ran into this same issue. Having a look around in the container it seems there are a few issues here:
|
hii , @timabbott i am trying to fix this issue can you please review my pr |
As reported in #250 (comment), some users appear to have error log files that are far larger than the limits configured in our supervisord configuration.
The text was updated successfully, but these errors were encountered: