diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-11 14:30:04 +0530 |
---|---|---|
committer | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-10-12 02:03:33 +0000 |
commit | 245d2e92c401457b0b667aa6d2dd262fa6d1b045 (patch) | |
tree | 975c44b13f956c71254ca70ba9ed556b4d369e03 | |
parent | aeeafd46c74c776ccd4427387a39da0f32c4f539 (diff) |
Add logging doc
CLI-40
Change-Id: Ib5f3a2ee4b0f94e0472b30532c4541b48e9b111e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | docs/index.rst | 1 | ||||
-rw-r--r-- | docs/logging.rst | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 912bd506..614d03a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,4 +37,5 @@ ONAP CLI is developed using the industry first CLI platform called user_guide.rst installation_guide.rst open_cli_schema_version_1_0.rst + logging.rst diff --git a/docs/logging.rst b/docs/logging.rst new file mode 100644 index 00000000..be86c222 --- /dev/null +++ b/docs/logging.rst @@ -0,0 +1,11 @@ +.. _logging: +.. 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. + +Logging +======= + +ONAP CLI provides logging based on slf4j and logging.properties is used to configure it. + +By default it reports the logs under ONAP_CLI_HOME/logs folder.
\ No newline at end of file |