New submission from Arturo Escaip :
The 'extra' argument is not always used by custom logger adapters. There
example:
class IndentAdapter(logging.LoggerAdapter):
def process(self, msg, kwargs):
indent = kwargs.pop(indent, 1)
return ' ' * indent + msg, k
Change by Arturo Escaip :
--
keywords: +patch
pull_requests: +19626
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20362
___
Python tracker
<https://bugs.python.org/issu
Change by Arturo Escaip :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Arturo Escaip added the comment:
Done.
--
___
Python tracker
<https://bugs.python.org/issue40756>
___
___
Python-bugs-list mailing list
Unsubscribe: