X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Flogging.rst;h=cdf1e7bd7dbf0763ec47cec090e8242951e0f7e1;hb=06b179eece3a67b8124559325df061aed0849760;hp=7e541e8b2087a2fe834b486e0bf691f86b7fbee7;hpb=878e79ea47fe7500982c9703bcd253aa5a512d69;p=cli.git 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.