Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I'm not well experienced with logging, but if we can change the logging in 
subprocesses, I think we could change it to not output messages at all. It 
would be better to save logging messages in subprocesses and check that 
expected logging messages are emitted in the main process. There is 
assertLogs(), but it works only with logging in the same process.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue21423>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to