Skip to content

Commit

Permalink
DynamoDB CDC: Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 25, 2024
1 parent 331c0ba commit 6511709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cratedb_toolkit/io/kinesis/relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def process_event(self, event):

self.connection.commit()
except sa.exc.ProgrammingError as ex:
logger.warning(f"Running query failed: {ex}")
logger.exception(f"Executing query failed: {ex}")
self.progress_bar.update()

def __del__(self):
Expand Down

0 comments on commit 6511709

Please sign in to comment.