Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a378c06

Browse files
knizhnikkelvich
authored andcommitted
Disable logging of all actions
1 parent 6a13747 commit a378c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)