[issue12637] logging lastResort handler not ignoring messages less than WARNING

2011-07-25 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vinay.sajip nosy: +vinay.sajip resolution: -> fixed status: open -> closed versions: +Python 3.3 ___ Python tracker ___ ___

[issue12637] logging lastResort handler not ignoring messages less than WARNING

2011-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset d11a1a373f58 by Vinay Sajip in branch '3.2': Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." http://hg.python.org/cpython/rev/d11a1a373f58 New changeset de13ce98ca3b by Vinay Sajip in branch 'defa

[issue12637] logging lastResort handler not ignoring messages less than WARNING

2011-07-25 Thread Xavier de Gaye
New submission from Xavier de Gaye : The 'Advanced Logging Tutorial' states about the lastResort handler: "The handler’s level is set to WARNING, so all events at this and greater severities will be output." Python 3.2 does not follow this behavior: Python 3.2 (r32:88445, Jun 18 2011, 20:30:18)