Decorater added the comment:

3.6 would make thread exceptions not print out to console or at least be 
configured to make them logged with the logging module in threading.py for 3.6? 
because I would like it to use the logger. Oh and how can I get the logs from 
the logging module from 2 different libs in 1 module?

Like I can get the logs from 1 module just fine.
However if I try to get from things (lets say from asyncio (then it would 
return nothing).

----------

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

Reply via email to