This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Thomas.Waldmann
Recipients Thomas.Waldmann, pitrou, vinay.sajip, xtreak
Date 2018-07-31.19:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533064202.54.0.56676864532.issue34269@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that we should not dig that deep into logging internals and clear that dict from borg code.

But, seems like one has no public api to reinitialize logging to a like-fresh state, right? So maybe THAT is the real problem.

Add some .reset() method to do that?

BTW, removing that .clear() from our code made our tests work again. I am not sure why that was added in the first place as I could not find regressions after removing it.
History
Date User Action Args
2018-07-31 19:10:02Thomas.Waldmannsetrecipients: + Thomas.Waldmann, vinay.sajip, pitrou, xtreak
2018-07-31 19:10:02Thomas.Waldmannsetmessageid: <1533064202.54.0.56676864532.issue34269@psf.upfronthosting.co.za>
2018-07-31 19:10:02Thomas.Waldmannlinkissue34269 messages
2018-07-31 19:10:02Thomas.Waldmanncreate