Skip to content

Commit

Permalink
Update tap_postgres/client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
visch authored Oct 13, 2023
1 parent 41a61e1 commit a1a136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_postgres/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def consume(self, message) -> dict | None:
message.payload,
)
elif message_payload["action"] in transaction_actions:
self.logger.info(
self.logger.debug(
(
"A message payload of %s (corresponding to a transaction beginning "
"or commit) could not be processed."
Expand Down

0 comments on commit a1a136b

Please sign in to comment.