async-worker / aiologger

Asynchronous logging for Python and asyncio
https://async-worker.github.io/aiologger/
MIT License
129 stars 13 forks source link

Support for RotatingFileHandler with limits by file size #31

Open dashedman opened 4 months ago

dashedman commented 4 months ago

You have TimedRotatingFileHandler, but not have RotatingFileHandler https://docs.python.org/3/library/logging.handlers.html#rotatingfilehandler

Is it very hard to implement?