Skip to content

Commit 87d0276

Browse files
committed
Disable logging of all actions
1 parent 87f3525 commit 87d0276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/pglogical_apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ void MtmExecutor(void* work, size_t size)
988988
{
989989
while (true) {
990990
char action = pq_getmsgbyte(&s);
991-
MTM_LOG1("%d: REMOTE process action %c", MyProcPid, action);
991+
MTM_LOG3("%d: REMOTE process action %c", MyProcPid, action);
992992
#if 0
993993
if (Mtm->status == MTM_RECOVERY) {
994994
MTM_LOG1("Replay action %c[%x]", action, s.data[s.cursor]);

0 commit comments

Comments
 (0)