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 Marian Horban
Recipients Marian Horban
Date 2015-08-18.09:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439890614.7.0.380949664782.issue24884@psf.upfronthosting.co.za>
In-reply-to
Content
Method WatchedFileHandler::emit() makes 2 things:
1. reopens log file,
2. emits record.
Sometimes user wants to reopen file immediately after some action without emitting.
Code that reopens file must be moved to separate method to avoid copy-pasting code in programs that use this functionality.
Patch is provided.
History
Date User Action Args
2015-08-18 09:36:54Marian Horbansetrecipients: + Marian Horban
2015-08-18 09:36:54Marian Horbansetmessageid: <1439890614.7.0.380949664782.issue24884@psf.upfronthosting.co.za>
2015-08-18 09:36:54Marian Horbanlinkissue24884 messages
2015-08-18 09:36:54Marian Horbancreate