Skip to content
Snippets Groups Projects
Commit edc0e57c authored by Éric Lemoine's avatar Éric Lemoine
Browse files

Update Debugging Kolla section of documentation

Partially implements: blueprint heka

Change-Id: If0db8a5c9b8426687f64002a65e1dd9cbe041d1c
parent 3f8bc072
No related branches found
No related tags found
No related merge requests found
...@@ -507,10 +507,10 @@ The logs can be examined by executing: ...@@ -507,10 +507,10 @@ The logs can be examined by executing:
:: ::
docker exec -it rsyslog bash docker exec -it heka bash
The logs from all services in all containers may be read from The logs from all services in all containers may be read from
/var/log/SERVICE_NAME /var/log/kolla/SERVICE_NAME
If the stdout logs are needed, please run: If the stdout logs are needed, please run:
...@@ -518,8 +518,8 @@ If the stdout logs are needed, please run: ...@@ -518,8 +518,8 @@ If the stdout logs are needed, please run:
docker logs <container-name> docker logs <container-name>
Note that some of the containers don't log to stdout at present so the above Note that most of the containers don't log to stdout so the above command will
command will provide no information. provide no information.
To learn more about Docker command line operation please refer to `Docker To learn more about Docker command line operation please refer to `Docker
documentation <https://docs.docker.com/reference/commandline/cli/>`__. documentation <https://docs.docker.com/reference/commandline/cli/>`__.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment