Preston-Landers / concurrent-log-handler

fork of ConcurrentLogHandler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namer function is not supported by ConcurrentRotatingFileHandler

dashedman opened this issue · comments

In accordance with this docs:

https://python.readthedocs.io/en/stable/library/logging.handlers.html#baserotatinghandler

Standart RotatingHandlers supports usage of custom namer function, to configure file name for rollover process.

could you please implement this logic for ConcurrentRotatingFileHandler?

I agree it makes sense to add that here. I'll look into it when I get a chance. Would be happy to review a PR too.

#54 here is PR

Accepted; thanks!