Changes by Eric Hanchrow :
--
nosy: +Eric.Hanchrow
___
Python tracker
<http://bugs.python.org/issue15873>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Eric Hanchrow :
--
nosy: -Eric.Hanchrow
___
Python tracker
<http://bugs.python.org/issue19063>
___
___
Python-bugs-list mailing list
Unsubscribe:
Eric Hanchrow added the comment:
Thanks!
On Wed, Oct 30, 2013 at 5:36 PM, Vinay Sajip wrote:
>
> Vinay Sajip added the comment:
>
> Okay, I see. I can't add the methods to the code (as feature additions aren't
> allowed in micro releases, and 2.7 is the last 2.x
Eric Hanchrow added the comment:
I should have been clearer: the problem is that the docs
(http://docs.python.org/2/library/logging.html#logging.LoggerAdapter) say
In addition to the above, LoggerAdapter supports the following methods of
Logger, i.e. debug(), info(), warning(), error
New submission from Eric Hanchrow:
Put the following into a file named "repro.py", then type "python repro.py" at
your shell. You'll see ``AttributeError: 'CustomAdapter' object has no
attribute 'setLevel'``
import logging logging.basicConfig
Eric Hanchrow added the comment:
Gaah, please ignore that last message; I accidentally pasted it into the wrong
page :-(
--
___
Python tracker
<http://bugs.python.org/issue19
Eric Hanchrow added the comment:
Put the following into a file named "repro.py", then type "python repro.py" at
your shell. You'll see ``AttributeError: 'CustomAdapter' object has no
attribute 'setLevel'``
import logging logging.basicConfig
Changes by Eric Hanchrow :
--
components: Library (Lib)
nosy: Eric.Hanchrow
priority: normal
severity: normal
status: open
title: LoggerAdapter class lacks documented "setLevel" method
type: behavior
versions: Python 2.7
___
Python trac