summaryrefslogtreecommitdiffstats
path: root/docs/platform/log-and-diagnostic-info.rst
blob: d545a2a4d48176e16c594292434873e024ee89e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. 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 docker containers, which means that you can get the log information only when the docker is still running.

Where to Access Information
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The way to get the log is to run the command ``docker logs ${docker-name}`` in the command window:

``sudo docker logs ${docker-name}``

Then the logs will be displayed in the command window.