madzak / python-json-logger

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

rename_fields applied before extra fields are added #142

Closed plexaikm closed 1 year ago

plexaikm commented 2 years ago

Unable to remap extra fields from extra/static/dict part because renaming happens before they are added to the map

madzak commented 1 year ago

You can do this now, this bug shows Issue #166 is an example