[New-bugs-announce] [issue39618] logger.exception with default message

Denis Vieira report at bugs.python.org
Wed Feb 12 12:56:31 EST 2020


New submission from Denis Vieira <deniswvieira at gmail.com>:

On my Python projects i like to use the logger.exception() method without any other message. 

I'm forced to send an empty string on every call.
logger.exception('')

It would be nice the exception method have the expected parameter "msg" with an default value ('').

----------
messages: 361908
nosy: Denis Vieira
priority: normal
severity: normal
status: open
title: logger.exception with default message
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39618>
_______________________________________


More information about the New-bugs-announce mailing list