ADDED: Logger File Rotation Interval

Heyo,

I have noticed from the extension code that TimedRotatingFileHandler is set up with midnight. I can easily change this in code for my application, but this is something that I can imagine people would like to have direct control over in a custom param.

Additionally this default interval is also not documented anywhere, so without diving in you will not find this information in any case.

1 Like

Great feedback and apologies.

I’ll take care of this.

Thanks,
Michel

2 Likes

Hi @function.store

This will be covered in 2023.30k experimental release.

3 parameters are added for when=‘d’, interval=1, and atTime=None.

Best,
Michel