File logging doesn't support log rotation
Closed this issue · 1 comments
svanscho commented
The current file logger implementation just keeps logging to the same file. There is no way to configure the logger for rotating the logs or other forms of configuring a retention policy.
dwbutler commented
This is something usually handled by the system (using logrotate
for example) rather than the application. I strongly feel that this falls out of the scope of what LogStashLogger should handle.