diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 5a8057d4..b14e280f 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -4688,7 +4688,7 @@ format_failover_state(FailoverState failover_state) static void handle_sighup(PGconn **conn, t_server_type server_type) { - log_debug("SIGHUP received"); + log_notice(_("received SIGHUP, reloading configuration")); if (reload_config(&config_file_options, server_type)) {