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.

Author alexander.smirnoff
Recipients alexander.smirnoff, kh14821, rhettinger, vinay.sajip
Date 2021-07-28.21:08:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627506482.39.0.466100343675.issue43344@roundup.psfhosted.org>
In-reply-to
Content
the namer was implemented to add "*.log" extension, to avoid broken file association problem.

```
log_handler.namer = lambda name: name.replace(".log", "") + ".log"
```

>implemented carefully enough
Could you please share best practices, looks like this documentation is missing.

I created a separate issue related to disregarding of backupCount configuration - https://bugs.python.org/issue44753
History
Date User Action Args
2021-07-28 21:08:02alexander.smirnoffsetrecipients: + alexander.smirnoff, rhettinger, vinay.sajip, kh14821
2021-07-28 21:08:02alexander.smirnoffsetmessageid: <1627506482.39.0.466100343675.issue43344@roundup.psfhosted.org>
2021-07-28 21:08:02alexander.smirnofflinkissue43344 messages
2021-07-28 21:08:02alexander.smirnoffcreate