Vansittart commented on issue #46:
URL: https://github.com/apache/iggy/issues/46#issuecomment-3592167946

   Hi @hubcio , I found that there's 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 and it seems that there is no code reads or uses the `max_size` or 
retention configuration values for log management.
   ```rust
   fn _install_log_rotation_handler(&self) {
        todo!("Implement log rotation handler based on size and retention 
time");
   }
   ```
   If possible, could you assign this issue to me? Thanks for your 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]

Reply via email to