fix the rst file of installation
[vfc/nfvo/lcm.git] / docs / platform / logging.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 Amsterdam release, VF-Clogs are kept inside the docker containers.
8 You can get the log when the dockers start.
9
10 Where to Access Information
11 +++++++++++++++++++++++++++
12 Use docker logs command to get the log.
13
14 ::
15
16   docker logs ${docker-name}
17   
18