This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: dict.config TimedRotatingFileHandler filename .suffix does not function
Type: enhancement Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: tea940314, vinay.sajip
Priority: normal Keywords:

Created on 2021-04-07 05:05 by tea940314, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg390400 - (view) Author: Justin Lee (tea940314) Date: 2021-04-07 05:05
Hi,

I would like to change the .suffix for the TimedRotatingFileHandler for the "future-created" file in dictConfig written in json.

Is there any suggestion on how to do that?
msg398682 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2021-08-01 05:26
This is not the place for asking questions like this - please use Stack Overflow or the python-users mailing list.
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87924
2021-08-01 05:26:49vinay.sajipsetstatus: open -> closed
resolution: not a bug
messages: + msg398682

stage: resolved
2021-04-07 05:24:41xtreaksetnosy: + vinay.sajip
2021-04-07 05:05:52tea940314create