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

@@ -246,7 +246,8 @@ main(int argc, char **argv)
strerror(errno));
}
logger_init(&local_options, progname());
logger_init(&local_options, progname(), false);
if (verbose)
logger_set_verbose();