mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56: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
|
||||
{
|
||||
log_notice(_("executing pg_rewind"));
|
||||
log_debug("pg_rewind command is:\n %s",
|
||||
command.data);
|
||||
log_detail(_("pg_rewind command is \"%s\""),
|
||||
command.data);
|
||||
|
||||
initPQExpBuffer(&command_output);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user