Add logging doc 47/18247/2
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Wed, 11 Oct 2017 09:00:04 +0000 (14:30 +0530)
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>
Thu, 12 Oct 2017 02:03:33 +0000 (02:03 +0000)
CLI-40

Change-Id: Ib5f3a2ee4b0f94e0472b30532c4541b48e9b111e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
docs/index.rst
docs/logging.rst [new file with mode: 0644]

index 912bd50..614d03a 100644 (file)
@@ -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 (file)
index 0000000..be86c22
--- /dev/null
@@ -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