On Thu, 16 Jul 2009 20:46:36 -0700
"C. Titus Brown" <[email protected]> wrote:

> Does 'logger.disable(0)' unset the disabling level?  There's no
> documentation anywhere (in the logging module, in 'logger', etc.) that
> says that's what actually happens ;)
The docs are indeed very vague here but as far as I can
tell from looking at descriptions of Logger.setLevel() and
logging.disable() at

http://docs.python.org/library/logging.html

that is exactly what it could do as long as we do not use chains of
loggers (i.e. not mix setLevel() and disable()). This matches what I
have observed playing with the logging module before implementing the
change.

> I've added a few patches to my own copy of 'silencio' branch.
I've just had a look, nice work.

-- 
MS

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pygr-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to