-
Notifications
You must be signed in to change notification settings - Fork 303
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
Log rotation #4890
Comments
One method to guarantee full logging for the daemon (which redirects ALL stderr and stdout to Following that, we could start logging with On top of that, we need to do a quick empirical trial to see that exceptions at various levels (module load and views) are caught in the log, as those are the most important ones. |
This is implemented in #5449 and will be released in 0.17.1. It doesn't contain any serious challenges, assuming that devices can easily carry 30 days of logs. Unfortunately, |
Summary
After #4865 we have centralized the logging configuration and can start to use log rotation. This requires amending the docs because users might be instructed to just look at
server.log
and rotation might result in different file names.Real-life consequences (anything community should be aware, for instance how it affects your deployment)
It's not too serious because currently the log file is cleared upon restart of ka lite, so the only implication is if you want to fetch a log for an error that occurred in a previous session.
The text was updated successfully, but these errors were encountered: