python-json-logger icon indicating copy to clipboard operation
python-json-logger copied to clipboard

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

Open Cepe6 opened this issue 1 year ago • 0 comments

Closes #171.

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

Cepe6 avatar Mar 27 '23 14:03 Cepe6