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 lukasz.langa
Recipients lukasz.langa, vinay.sajip
Date 2017-09-13.20:15:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505333712.03.0.134308685605.issue31457@psf.upfronthosting.co.za>
In-reply-to
Content
LoggerAdapter objects cannot be nested in Python 3 due to their `log()` and `isEnabledFor()` methods addressing attributes that are not present on the proxy.

Adding the missing attributes fixes the issue.
History
Date User Action Args
2017-09-13 20:15:12lukasz.langasetrecipients: + lukasz.langa, vinay.sajip
2017-09-13 20:15:12lukasz.langasetmessageid: <1505333712.03.0.134308685605.issue31457@psf.upfronthosting.co.za>
2017-09-13 20:15:11lukasz.langalinkissue31457 messages
2017-09-13 20:15:11lukasz.langacreate