repmgrd: improve witness failover logging

Log the new master node as INFO rather than DEBUG.
This commit is contained in:
Ian Barwick
2016-10-20 10:56:16 +09:00
parent 20d66df0ef
commit 0cde0068dd

View File

@@ -647,7 +647,7 @@ witness_monitor(void)
}
else
{
log_debug(_("new master found with node ID: %i\n"), master_options.node);
log_info(_("new master found with node ID: %i\n"), master_options.node);
connection_ok = true;
/*