context_logging icon indicating copy to clipboard operation
context_logging copied to clipboard

ChainMap when logging

Open daxartio opened this issue 3 years ago • 1 comments

Describe the bug

ChainMap when logging

Steps to reproduce the behavior

  1. Log some text

Expected vs actual behavior

I expect

{'key': 'value'}

but actual behavior

ChainMap({'key': 'value'}, {})

Logs

...

daxartio avatar Feb 16 '21 13:02 daxartio