[New-bugs-announce] [issue16366] _handleError not very informative

Antoine Pitrou report at bugs.python.org
Tue Oct 30 21:00:29 CET 2012


New submission from Antoine Pitrou:

logging's _handleError will tell you in which code line the error happened, but it's not very useful when application code has its own logging wrappers. You need more of the stack to get useful information. The attached script showcases this, along with a possible solution.

----------
components: Library (Lib)
files: log.py
messages: 174222
nosy: pitrou, vinay.sajip
priority: normal
severity: normal
status: open
title: _handleError not very informative
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file27799/log.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16366>
_______________________________________


More information about the New-bugs-announce mailing list