simplified an assertion.
[cli.git] / docs / logging.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2017 Huawei Technologies Co., Ltd.
4
5 .. _cli_logging:
6
7 CLI Logging
8 ===========
9
10 ONAP CLI provides logging based on slf4j and ONAP_CLI_HOME/conf/logging.properties is used to configure it.
11
12 By default, it reports the logs under ONAP_CLI_HOME/logs folder.
13
14 To enable the debugging, set the logging level to DEBUG/INFO. By default its set to ERROR.