mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: add debug log output for "monitor_interval_secs" sleep in all modes
This commit is contained in:
@@ -507,8 +507,6 @@ loop:
|
||||
got_SIGHUP = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
log_verbose(LOG_DEBUG, "sleeping %i seconds (parameter \"monitor_interval_secs\")",
|
||||
config_file_options.monitor_interval_secs);
|
||||
|
||||
@@ -1044,6 +1042,9 @@ loop:
|
||||
got_SIGHUP = false;
|
||||
}
|
||||
|
||||
log_verbose(LOG_DEBUG, "sleeping %i seconds (parameter \"monitor_interval_secs\")",
|
||||
config_file_options.monitor_interval_secs);
|
||||
|
||||
sleep(config_file_options.monitor_interval_secs);
|
||||
}
|
||||
}
|
||||
@@ -1374,6 +1375,9 @@ loop:
|
||||
got_SIGHUP = false;
|
||||
}
|
||||
|
||||
log_verbose(LOG_DEBUG, "sleeping %i seconds (parameter \"monitor_interval_secs\")",
|
||||
config_file_options.monitor_interval_secs);
|
||||
|
||||
sleep(config_file_options.monitor_interval_secs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user