sebix <sebix+bugs.python....@sebix.at> added the comment:

> I suggest as a workaround that a context manager approach could be used to 
> save and restore part of the logging configuration around various operations 
> (at least levels and handlers), as outlined here:

> https://docs.python.org/3/howto/logging-cookbook.html#using-a-context-manager-for-selective-logging

> This would avoid the need for making copies just to save and restore state.

Yeah, I learned about this possibility in my research before reporting this bug 
and I will try to use it - however I could not get it working yet. I adapted 
the bug's title as it turned out that - if I understood it correctly - the bug 
a bit different that I initially thought.

----------

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

Reply via email to