New submission from Łukasz Langa:

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.

----------
assignee: lukasz.langa
messages: 302111
nosy: lukasz.langa, vinay.sajip
priority: normal
severity: normal
stage: patch review
status: open
title: LoggerAdapter
type: behavior

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

Reply via email to