madzak / python-json-logger

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

Fix error when passing a rename field that does not exist in the log record #172

Open Cepe6 opened 1 year ago

Cepe6 commented 1 year ago

Closes #171.

Added an exists check for the old_field_name before asigning a value to log_record[new_field_name].