From 0cde0068ddab502cd110eb00289151755b429071 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 20 Oct 2016 10:56:16 +0900 Subject: [PATCH] repmgrd: improve witness failover logging Log the new master node as INFO rather than DEBUG. --- repmgrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd.c b/repmgrd.c index 7ffe1b86..3011254e 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -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; /*