diff options
author | shentao <shentao@chinamobile.com> | 2017-11-12 09:36:51 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-12 09:36:59 +0800 |
commit | 9208eb1e0f4b44e7e9ddaf05642c3cfadd61e95b (patch) | |
tree | d7565e98850eaa0ed5367d0840213a8650f34ac0 /docs/platform/log-and-diagnostic-info.rst | |
parent | 7db99a4c2fbd85a8cf45a89206e1bffe96226ee0 (diff) |
Update usecase-ui docs
Change-Id: I55065209062d721cfdaea8310854f2cfd4e7e446
Issue-Id: USECASEUI-57
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.rst | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/docs/platform/log-and-diagnostic-info.rst b/docs/platform/log-and-diagnostic-info.rst index 53527f56..bc813e69 100644 --- a/docs/platform/log-and-diagnostic-info.rst +++ b/docs/platform/log-and-diagnostic-info.rst @@ -8,20 +8,8 @@ In the Amsterdam release, the logs are kept inside the docekr containers, which 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: +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`` +``sudo docker logs ${docker-name}`` 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. - - |