diff options
Diffstat (limited to 'docs/platform/logging.rst')
-rw-r--r-- | docs/platform/logging.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/platform/logging.rst b/docs/platform/logging.rst new file mode 100644 index 00000000..c6fb992c --- /dev/null +++ b/docs/platform/logging.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + + +Usecase-UI Logging & Diagnostic Information +=========================================== + +You can get the log when the dockers start. +Use docker logs command to get the log. + +:: + + docker logs ${docker-name} + + |