607ecbc0894cf59a48d4f6636218ea8d2a432f99
[holmes/rule-management.git] / docs / docs / platform / log-and-diagnostic-info.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 Logging & Diagnostic Information
5 ---------------------------------
6
7 In the Istanbul release, the logs are kept inside the docker containers, which means that you can get the log information only when the docker is still running.
8
9 Where to Access Information
10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
11
12 There are two ways for a user to get the logs.
13
14
15 * 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:
16
17   ``sudo docker logs holmes-rule-mgmt``
18
19   Then the logs will be displayed in the command window.
20
21 * Get into the docker containers by running ``sudo docker exec -it ${docker-name} sh``. Go to the path ``/var/log/ONAP/holmes/`` and find the logs there.
22
23 Error / Warning Messages
24 ^^^^^^^^^^^^^^^^^^^^^^^^
25
26 * Failed to initialize the SSL builder.: Could not create the SSL information for HTTPS calls.
27 * Failed to fetch the DCAE configurations.: Could not get the configurations coded in the component specification files.
28 * Failed to add rules.: Failed to deploy the rules distributed by CLAMP into Holmes.
29 * Failed to publish the control loop message to DMaaP.: Errors occur while publishing messages to DMaaP.
30 * Failed to read the API description file.: Could not find the swagger.json file.
31 * An error occurrred while reading swagger.json.: An I/O Exception occurs while reading the swagger.json file.
32
33