mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
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:
@@ -22,3 +22,19 @@ 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
|
||||
----------------------------------
|
||||
|
||||
- `upstream_node`: see note about `--upstream-node-id` above.
|
||||
|
||||
Logging changes
|
||||
---------------
|
||||
|
||||
- Following configuration file parameters have been renamed for consistency
|
||||
with other parameters (and conform to the pattern used by PostgreSQL itself,
|
||||
which uses the prefix `log_` for logging parameters):
|
||||
- `loglevel` has been renamed to `log_level`
|
||||
- `logfile` has been renamed to `log_file`
|
||||
- `logfacility` has been renamed to `log_facility`
|
||||
- default value for `log_level` is `INFO` rather than `NOTICE`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user