diff options
Diffstat (limited to 'src/backend/replication/logical/launcher.c')
-rw-r--r-- | src/backend/replication/logical/launcher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/launcher.c b/src/backend/replication/logical/launcher.c index afdadc17d6d..20b43626ddd 100644 --- a/src/backend/replication/logical/launcher.c +++ b/src/backend/replication/logical/launcher.c @@ -552,7 +552,7 @@ ApplyLauncherWakeup(void) void ApplyLauncherMain(Datum main_arg) { - ereport(LOG, + ereport(DEBUG1, (errmsg("logical replication launcher started"))); /* Establish signal handlers. */ @@ -652,7 +652,7 @@ ApplyLauncherMain(Datum main_arg) LogicalRepCtx->launcher_pid = 0; /* ... and if it returns, we're done */ - ereport(LOG, + ereport(DEBUG1, (errmsg("logical replication launcher shutting down"))); proc_exit(0); |