repmgr: always log to STDERR even if log facility defined

This commit is contained in:
Ian Barwick
2016-11-23 08:55:55 +09:00
parent 26f73686e5
commit b54f98ed8a
6 changed files with 19 additions and 10 deletions

View File

@@ -752,7 +752,7 @@ reload_config(t_configuration_options *orig_options)
{
log_notice(_("restarting logging with changed parameters\n"));
logger_shutdown();
logger_init(orig_options, progname());
logger_init(orig_options, progname(), false);
}
if (config_changed == true)