Vansittart commented on issue #46: URL: https://github.com/apache/iggy/issues/46#issuecomment-3592162610
Hi @hubcio , I found that there's even a TODO comment indicating that the log rotation handler based on size and retention time is not yet implemented in the [logger.rs](https://github.com/apache/iggy/blob/f06b450911ec6cab9941db6ac273e1da5294f0dd/core/server/src/log/logger.rs#L391C2-L394C1) file: ``` fn _install_log_rotation_handler(&self) { todo!("Implement log rotation handler based on size and retention time"); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
