Message248765
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. |
|
Date |
User |
Action |
Args |
2015-08-18 09:36:54 | Marian Horban | set | recipients:
+ Marian Horban |
2015-08-18 09:36:54 | Marian Horban | set | messageid: <1439890614.7.0.380949664782.issue24884@psf.upfronthosting.co.za> |
2015-08-18 09:36:54 | Marian Horban | link | issue24884 messages |
2015-08-18 09:36:54 | Marian Horban | create | |
|