You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
The automatic log rotation that winston currently does is counter-productive IMO: it's size-based (meaning there's no guaranteed retention time for log entries), it doesn't support compression, the knobs needed to tune the rotation parameters aren't exposed from gardener, and the whole feature duplicates functionality that's already present in tools like logrotate.
It'd be great if there was a way to turn off the log auto-rotation, so we could defer this to our existing logrotate setup.
The automatic log rotation that
winstoncurrently does is counter-productive IMO: it's size-based (meaning there's no guaranteed retention time for log entries), it doesn't support compression, the knobs needed to tune the rotation parameters aren't exposed from gardener, and the whole feature duplicates functionality that's already present in tools likelogrotate.It'd be great if there was a way to turn off the log auto-rotation, so we could defer this to our existing
logrotatesetup.