Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment: > The logging library has a small set of predefined filename templates and no > way is provided to override them.
What about https://docs.python.org/3/library/logging.handlers.html#logging.handlers.BaseRotatingHandler.namer which allows you to specify your own naming scheme? What prevents you from subclassing one of the existing rotating handlers and implementing the algorithm you want? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33506> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com