mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Add configuration option "log_status_interval"
Normally (outside of log level DEBUG) repmgrd doesn't generate any kind of log output, so examining the log file may give the impression it's not working. Output an informational message at regular intervals to show it's up and running.
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
# syslog integration, one of LOCAL0, LOCAL1, ..., LOCAL7, USER
|
||||
|
||||
#log_file='' # stderr can be redirected to an arbitrary file:
|
||||
|
||||
#log_status_interval=300 # interval (in seconds) for repmgrd to log a message confirming
|
||||
# its current status; setting to 0 disables this message
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Event notification settings
|
||||
|
||||
Reference in New Issue
Block a user