Skip to content

Commit ba809c3

Browse files
committed
Log startup params at high debug levels
1 parent d998671 commit ba809c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pglogical_apply.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,9 @@ handle_startup(StringInfo s)
723723
/* It's OK to have a zero length value */
724724
v = pq_getmsgstring(s);
725725

726+
/* log parameters for tracing */
727+
elog(DEBUG2, "pglogical session start param %s=%s", k, v);
728+
726729
handle_startup_param(k, v);
727730
} while (!getmsgisend(s));
728731
}

0 commit comments

Comments
 (0)