diff --git a/tap_postgres/client.py b/tap_postgres/client.py index 314ae05d..0bfc0f17 100644 --- a/tap_postgres/client.py +++ b/tap_postgres/client.py @@ -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."