mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Use --compact option for abbreviated display output
--terse is meant for reducing log chatter.
This commit is contained in:
@@ -44,6 +44,7 @@ typedef struct
|
||||
char pg_bindir[MAXLEN]; /* overrides setting in repmgr.conf */
|
||||
int wait;
|
||||
bool no_wait;
|
||||
bool compact;
|
||||
|
||||
/* logging options */
|
||||
char log_level[MAXLEN]; /* overrides setting in repmgr.conf */
|
||||
@@ -140,7 +141,7 @@ typedef struct
|
||||
/* configuration metadata */ \
|
||||
false, false, false, false, false, \
|
||||
/* general configuration options */ \
|
||||
"", false, false, "", -1, false, \
|
||||
"", false, false, "", -1, false, false, \
|
||||
/* logging options */ \
|
||||
"", false, false, false, false, \
|
||||
/* output options */ \
|
||||
|
||||
Reference in New Issue
Block a user