mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
"node rejoin": log pg_rewind command as DETAIL rather than DEBUG
This commit is contained in:
@@ -2341,8 +2341,8 @@ do_node_rejoin(void)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
log_notice(_("executing pg_rewind"));
|
log_notice(_("executing pg_rewind"));
|
||||||
log_debug("pg_rewind command is:\n %s",
|
log_detail(_("pg_rewind command is \"%s\""),
|
||||||
command.data);
|
command.data);
|
||||||
|
|
||||||
initPQExpBuffer(&command_output);
|
initPQExpBuffer(&command_output);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user