We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954c7e3 commit 54dcd37Copy full SHA for 54dcd37
lambdas/recordprocessor/src/batch_processor.py
@@ -143,7 +143,6 @@ def process_rows(
143
send_to_kinesis(supplier, outgoing_message_body, vaccine)
144
total_rows_processed_count += 1
145
except UnicodeDecodeError as error: # pylint: disable=broad-exception-caught
146
- logger.error("Error processing row %s: %s", row_count, error)
147
return total_rows_processed_count, error
148
149
return total_rows_processed_count, None
0 commit comments