"node rejoin": log pg_rewind command as DETAIL rather than DEBUG

This commit is contained in:
Ian Barwick
2019-01-23 17:15:07 +09:00
parent 061932d023
commit dfe57d2406

View File

@@ -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);