[issue30995] Support logging.getLogger(style='{')

Steven Warwick report at bugs.python.org
Sun Sep 24 18:14:49 EDT 2017


Steven Warwick added the comment:

sorry, I meant the following:

logger.info( " {:s} {:s} ".format(logger.name, logger.module ) )

or 

logger.info( f" {logger.name:s} {logger.module:s} " ) 

this could be supported with full backward compatibility with very little effort.   

Am I missing something?

----------

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


More information about the Python-bugs-list mailing list