Skip to content

Commit

Permalink
Remove unnessary warning message from the log (#93)
Browse files Browse the repository at this point in the history
This message was causing too much noise in the log without
providing any benefit
  • Loading branch information
mtuncer committed Oct 31, 2019
1 parent 21fb063 commit 5973d4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/pg_autoctl/keeper.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ keeper_get_replication_state(Keeper *keeper)
postgres->currentLSN,
PG_LSN_MAXLENGTH,
missingStateOk);
log_warn("latest received lsn = %s", postgres->currentLSN);
}
else
{
Expand Down

0 comments on commit 5973d4c

Please sign in to comment.