diff options
Diffstat (limited to 'docs/logging.rst')
-rw-r--r-- | docs/logging.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/logging.rst b/docs/logging.rst index 7e541e8b..cdf1e7bd 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -9,4 +9,6 @@ CLI Logging ONAP CLI provides logging based on slf4j and ONAP_CLI_HOME/conf/logging.properties is used to configure it. -By default it reports the logs under ONAP_CLI_HOME/logs folder. +By default, it reports the logs under ONAP_CLI_HOME/logs folder. + +To enable the debugging, set the logging level to DEBUG/INFO. By default its set to ERROR. |