After installing Zope 2.7+ I discovered it's using the Python logging system rather than the medusa logger.  Can Zope 2.7+ be configured to use the ZServer.medusa.logger.rotating_file_logger for "Access" logging, or some other rotating logger?
 
I noticed that the Python logger has a rotating logger, however, it only works on file size rather than frequency (e.g. daily, weekly, monthly, etc.).  That's not adequate for my needs.