aboutsummaryrefslogtreecommitdiffstats
path: root/docs/logging.rst
blob: cdf1e7bd7dbf0763ec47cec090e8242951e0f7e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2017 Huawei Technologies Co., Ltd.

.. _cli_logging:

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.

To enable the debugging, set the logging level to DEBUG/INFO. By default its set to ERROR.