Suppress connection error display in repmgr cluster show

This prevents connection error messages being mixed in
with `repmgr cluster show` output. Error message output can
still be enabled with the --verbose flag.

Fixes GitHub #215
This commit is contained in:
Ian Barwick
2016-08-01 14:57:40 +09:00
parent 7bbc664230
commit a922cd5558
6 changed files with 62 additions and 25 deletions

View File

@@ -1,3 +1,7 @@
3.2 2016-
repmgr: suppress connection error display in `repmgr cluster show`
unless `--verbose` supplied (Ian)
3.1.4 2016-07-12
repmgr: new configuration option for setting "restore_command"
in the recovery.conf file generated by repmgr (Martín)