bpo-32732 Extra kwargs of log() are ignored by LoggerAdapter by mcoolive · Pull Request #5463 · python/cpython
mcoolive
changed the title
Extra kwargs of log() are ignored by LoggerAdapter
Extra kwargs of log() are ignored by LoggerAdapter #32732
mcoolive
changed the title
Extra kwargs of log() are ignored by LoggerAdapter #32732
bpo-32732 Extra kwargs of log() are ignored by LoggerAdapter
- extra kwargs given to Logger#log are ignored when we configure a LoggerAdapter (same for: debug, info, warning etc). - LoggerAdapter processes only extra kwargs given during its __init__ - I expect extras are merged Signed-off-by: Cyril Martin <c.martin@criteo.com>
mcoolive
mannequin
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters