mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
Refactor reload_config()
Remove any non-repmgrd specific items. parse_config() already sanity-checks the values so no need to recheck. Refactor parse_config() so when called by reload_config() it won't exit if errors are encountered.
This commit is contained in:
@@ -74,6 +74,12 @@
|
||||
#
|
||||
#logfile='/var/log/repmgr/repmgr.log'
|
||||
|
||||
# By default only repmgrd log output will be written to a file,
|
||||
# if defined in "logfile"
|
||||
# enable this to restore old behaviour where output from the repmgr
|
||||
# client will be written to the logfile too
|
||||
#log_repmgr_to_file = 0
|
||||
|
||||
# event notifications can be passed to an arbitrary external program
|
||||
# together with the following parameters:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user