repmgr: use --compact (not --terse) in "cluster events" to hide details column

This is consistent with usage elsewhere.

"--terse" is intended to reduce logging noise.
This commit is contained in:
Ian Barwick
2019-05-30 14:19:37 +09:00
parent 06a83247c9
commit d4df0055c9
4 changed files with 7 additions and 3 deletions

View File

@@ -1945,6 +1945,7 @@ check_cli_parameters(const int action)
switch (action)
{
case CLUSTER_SHOW:
case CLUSTER_EVENT:
case DAEMON_STATUS:
break;
default: