madzak / python-json-logger

Json Formatter for the standard python logger
BSD 2-Clause "Simplified" License
1.7k stars 231 forks source link

Fix rename_fields for exc_info #160

Closed guilhermeferrari closed 1 year ago

guilhermeferrari commented 1 year ago

Current rename_fields feature does not work for exc_info, as said in this comment.

I've changed how the rename works and added a few more tests.

madzak commented 1 year ago

Thanks for the contribution!