New submission from Cyril Martin :
- LoggerAdapter processes only extra kwargs given during its __init__
So extra kwargs, given to Logger#log are ignored when we configure a
LoggerAdapter (same for: debug, info, warning etc).
- I expect extras are merged. More precisely, I expect local extra
Cyril Martin added the comment:
Hi Stéphane,
I ask you a question about the change you suggest.
The PR has not progress. Do you wait something from me?
--
___
Python tracker
<https://bugs.python.org/issue32
Cyril Martin added the comment:
Hello Vinay,
I strongly disagree with you. In the Python documentation
(https://docs.python.org/3/library/logging.html), we can read the following for
the debug function:
> The third keyword argument is extra which can be used to pass a dictionary
> wh