Steps to recreate: Add any valid json line to a log file with a null value. The parse will fail, and parsing that should happen after the failure will not occur.
Potential remedy: use json.dumps/json.loads when writing/reading to the log files. Larger issue regarding the entire loop failing still exists, though. So the try/except patterns should be looked at.
Steps to recreate: Add any valid json line to a log file with a null value. The parse will fail, and parsing that should happen after the failure will not occur.
Potential remedy: use json.dumps/json.loads when writing/reading to the log files. Larger issue regarding the entire loop failing still exists, though. So the try/except patterns should be looked at.