We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6100b7b commit b08155fCopy full SHA for b08155f
README.md
@@ -1145,7 +1145,7 @@ logger_tt:
1145
* Handlers from all loggers other than the root were mistakenly added to the root's handlers.
1146
This bug prevents the removal of handlers out of the root,
1147
thus the log message was doubled if another different handler is used.
1148
- Now root's handlers are correctly added or removed.
+ Now root's handlers are correctly added or removed (thank ZeroRin).
1149
* Usability:
1150
* Multiprocessing:
1151
* Changed the method of detecting child process, potentially fix all issues related to multiprocessing and pyinstaller
0 commit comments