mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: log receipt of SIGHUP at log level NOTICE
PostgreSQL itself logs it at log level LOG, which we don't have, but NOTICE seems reasonable, especially as we log SIGTERM as that.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user