Skip to content

Commit 6511709

Browse files
committed
DynamoDB CDC: Improve logging
1 parent 331c0ba commit 6511709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cratedb_toolkit/io/kinesis/relay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def process_event(self, event):
8484

8585
self.connection.commit()
8686
except sa.exc.ProgrammingError as ex:
87-
logger.warning(f"Running query failed: {ex}")
87+
logger.exception(f"Executing query failed: {ex}")
8888
self.progress_bar.update()
8989

9090
def __del__(self):

0 commit comments

Comments
 (0)