Cosimo Lupo 248ae41e9d
loggingTools: fix CapturingLogHandler to work with py37
we can't set the logger.level directly because in py37 the logger has a _cache
attribute and that needs to be invalidated by calling setLevel method.

also, I noticed we weren't restoring the original 'disabled' attribute value...

And we need to also set/restore the 'propagate' attribute.
2018-07-24 12:17:59 +01:00
..
2015-06-16 22:44:57 +01:00
2017-02-21 12:01:10 -06:00
2018-07-08 22:12:44 -07:00