[New-bugs-announce] [issue31457] LoggerAdapter

Łukasz Langa report at bugs.python.org
Wed Sep 13 16:15:12 EDT 2017


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 <report at bugs.python.org>
<https://bugs.python.org/issue31457>
_______________________________________


More information about the New-bugs-announce mailing list