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.
This commit is contained in:
Ian Barwick
2017-07-03 10:28:56 +09:00
parent 9bf264177f
commit 582d0ef363
2 changed files with 1 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ Changed command line options
configuration file option `monitoring_history`. This enables the configuration file option `monitoring_history`. This enables the
setting to be changed without having to modify system service files. setting to be changed without having to modify system service files.
Removed configuration file options Removed configuration file options
---------------------------------- ----------------------------------

View File

@@ -78,7 +78,6 @@
#log_file='' # stderr can be redirected to an arbitrary file: #log_file='' # stderr can be redirected to an arbitrary file:
#log_status_interval=300 # interval (in seconds) for repmgrd to log a message confirming #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 # Event notification settings