[Python-Dev] Loggers in the stdlib and logging configuration APIs (original) (raw)
Glenn Linderman v+python at g.nevcal.com
Tue Dec 28 09:28:18 CET 2010
- Previous message: [Python-Dev] Loggers in the stdlib and logging configuration APIs
- Next message: [Python-Dev] Loggers in the stdlib and logging configuration APIs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/28/2010 12:19 AM, Vinay Sajip wrote:
> calls can support three levels of logger disabling: > - leave all existing loggers enabled (existing option) I think you mean disabled - that's the current behaviour.
> - leave only flagged loggers enabled (new default behaviour) > - disable all loggers not mentioned explicitly (new option)
My words in his mouth, but I think he meant that the existing default behavior should be changed, and the existing option (listed first), which is not default behaviour should be kept, and a third option to sort of achieve the current default behavior, but make it harder. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20101228/49017d07/attachment.html>
- Previous message: [Python-Dev] Loggers in the stdlib and logging configuration APIs
- Next message: [Python-Dev] Loggers in the stdlib and logging configuration APIs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]