Troubleshoot Conjur Enterprise configuration
To troubleshoot issues with Conjur Server (Leader/Standby/Follower) configuration, you can enable debug messages to display in the terminal during the configuration process.
To display debug messages, add a --debug
flag to the evoke configure
command.
For example:
$
|
The --debug
flag does the following:
-
Sets CONJUR_LOG_LEVEL to debug for
evoke configure
itself, as well as for the Postgres, NGNIX, and Conjur services. -
Sets CONJUR_LOG_LEVEL back to the default log level, info, when
evoke configure
has finished running.
|