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.