From d75a35a788803b23eed161c6af53ed2548d7a8d8 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 22 May 2020 11:21:48 +0900 Subject: [PATCH] repmgrd: clarify why node is not configured for automatic failover --- repmgrd-physical.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 03698fe0..2897b1ff 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -3250,6 +3250,7 @@ do_upstream_standby_failover(void) if (config_file_options.failover == FAILOVER_MANUAL) { log_notice(_("this node is not configured for automatic failover")); + log_detail(_("parameter \"failover\" is set to \"manual\"")); return false; }