Currently once set `log-maxsize = 2048`, then there would be a lot of number of log backup generated later, I hope there is an option like the [`backupCount` parameter of `logging.handlers.RotatingFileHandler`](https://docs.python.org/3/library/logging.handlers.html#rotatingfilehandler) to limit the number of log backup.