diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2017-03-29 09:52:12 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2017-03-29 09:52:12 -0700 |
commit | 5618748c7fdc28db5c4c91244e87e3fd3886adc7 (patch) | |
tree | 1eedc7e5524abe2416b927b5682c6748a47fd5a2 /docs | |
parent | 07f6ad3c89a2c2a2df5997824330cb9d7f9b51f1 (diff) |
JIRA DOMINO-23: Corrections
Change-Id: I61b9d62204c6dfc4df920888de40c24a8a1d44d5
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/installation/featureconfig.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/release/installation/featureconfig.rst b/docs/release/installation/featureconfig.rst index 3d41323..e47e0c0 100644 --- a/docs/release/installation/featureconfig.rst +++ b/docs/release/installation/featureconfig.rst @@ -27,9 +27,13 @@ Domino Server * The default folder for keeping published TOSCA files and pushed parts is set as "toscafiles" in the configuration file via variable TOSCADIR. +* The default log level (WARNING) can be changed by passing the flags --log or -l followed by a log level, e.g., ERROR, WARNING, INFO, or DEBUG. + Domino Client ------------- -* The default mode of CLI is non-interactive (i.e., Domino CLI Utility is used). This can be changed when the DominoClient is launched by passing the flags --log or -l followed by the log level choice from the set {ERROR, WARNING, INFO, DEBUG} +* The default mode of CLI is non-interactive (i.e., Domino CLI Utility is used). Passing --iac=TRUE would begin the client in interactive mode. + +* The default log level (WARNING) can be changed by passing the flags --log or -l followed by a log level, e.g., ERROR, WARNING, INFO, or DEBUG. * The default Domino Server IP is set as "localhost". This can be overwritten at the time of launching DominoClient via the option flags -i or --ipaddr followed by the IP address of the actual server hosting the Domino Server. |