[issue21980] Implement `logging.LogRecord.__repr__`

Vinay Sajip report at bugs.python.org
Mon Jul 14 20:19:06 CEST 2014


New submission from Vinay Sajip:

LogRecord has a lot of attributes. You can normally show what you want using a Formatter. I could implement something that just shows name and levelName. How does that sound?

----------

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


More information about the Python-bugs-list mailing list