From 582d0ef363c16ca6d29effd75cbffee522616f34 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 3 Jul 2017 10:28:56 +0900 Subject: [PATCH] Rename "logxxx" configuration file parameters to "log_xxx" This is more consistent with other parameters and conforms to the pattern used by PostgreSQL itself, which uses the prefix "log_" for logging parameters. A warning will be emitted if the old version of the parameter name is detected. --- doc/changes-in-repmgr4.md | 1 + repmgr.conf.sample | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes-in-repmgr4.md b/doc/changes-in-repmgr4.md index de9e59be..c2fab9be 100644 --- a/doc/changes-in-repmgr4.md +++ b/doc/changes-in-repmgr4.md @@ -28,6 +28,7 @@ Changed command line options configuration file option `monitoring_history`. This enables the setting to be changed without having to modify system service files. + Removed configuration file options ---------------------------------- diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 3c8aebee..b9675feb 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -78,7 +78,6 @@ #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