python-json-logger
python-json-logger copied to clipboard
Fix error when passing a rename field that does not exist in the log record
Closes #171.
Added an exists check for the old_field_name before asigning a value to log_record[new_field_name].