diff --git a/src/postgres/src/backend/utils/time/snapmgr.c b/src/postgres/src/backend/utils/time/snapmgr.c index 497928226b3c..d87b3483a6c5 100644 --- a/src/postgres/src/backend/utils/time/snapmgr.c +++ b/src/postgres/src/backend/utils/time/snapmgr.c @@ -379,7 +379,7 @@ GetTransactionSnapshot(void) */ if (IsYBReadCommitted() && YBGetDdlNestingLevel() == 0) { - elog(LOG, "Resetting read point for statement in Read Committed txn"); + elog(DEBUG2, "Resetting read point for statement in Read Committed txn"); HandleYBStatus(YBCPgFlushBufferedOperations()); HandleYBStatus(YBCPgResetTransactionReadPoint()); }