Make the default log level INFO

This ensures that repmgrd outputs a reasonable amount of logging
information at the default log level.
This commit is contained in:
Ian Barwick
2019-02-21 14:43:14 +09:00
parent 243b5d2b48
commit 120dd5b82d
4 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
3.4.0 2019-02
3.4.0 2019-02-
default log level is now INFO
repmgr: fix `standby register --force` when updating existing node record (Ian)
repmgrd: set LSN shared memory value at standby startup (Ian)
3.3.2 2017-06-01
Add support for PostgreSQL 10 (Ian)