aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/log-and-diagnostic-info.rst
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-11-10 17:41:23 +0800
committershentao <shentao@chinamobile.com>2017-11-10 17:41:32 +0800
commit7db99a4c2fbd85a8cf45a89206e1bffe96226ee0 (patch)
tree5a3775d3411b393f3420cdb80925668583db46c1 /docs/platform/log-and-diagnostic-info.rst
parent0f76ea2e69e3899ed4f948ea2d0db334c36621d1 (diff)
Update usecase-ui document
Change-Id: Ida0464f2f938d39cad2ed33357a19f7b9334e908 Issue-Id: USECASEUI-50 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'docs/platform/log-and-diagnostic-info.rst')
-rw-r--r--docs/platform/log-and-diagnostic-info.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/platform/log-and-diagnostic-info.rst b/docs/platform/log-and-diagnostic-info.rst
new file mode 100644
index 00000000..53527f56
--- /dev/null
+++ b/docs/platform/log-and-diagnostic-info.rst
@@ -0,0 +1,27 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Logging & Diagnostic Information
+---------------------------------
+
+In the Amsterdam release, the logs are kept inside the docekr containers, which means that you can get the log information only when the docker is still running.
+
+Where to Access Information
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Assume that the name of a running docker is *holmes-rule-mgmt*, the way to get the log is to run the command ``docker logs ${docker-name}`` in the command window:
+
+``sudo docker logs holmes-rule-mgmt``
+
+Then the logs will be displayed in the command window.
+
+Error / Warning Messages
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Failed to initialize the SSL builder.: Could not create the SSL information for HTTPS calls.
+* Failed to fetch the DCAE configurations.: Could not get the configurations coded in the component specification files.
+* Failed to add rules.: Failed to deploy the rules distributed by CLAMP into Holmes.
+* Failed to publish the control loop message to DMaaP.: Errors occur while publishing messages to DMaaP.
+* Failed to read the API description file.: Could not find the swagger.json file.
+* An error occurrred while reading swagger.json.: An I/O Exception occurs while reading the swagger.json file.
+
+