From edc0e57c8913068aed04c99596bac33e87c6be14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 24 Feb 2016 12:17:24 +0100 Subject: [PATCH] Update Debugging Kolla section of documentation Partially implements: blueprint heka Change-Id: If0db8a5c9b8426687f64002a65e1dd9cbe041d1c --- doc/quickstart.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 8e5192ba8e..7336a13aa3 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -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 -/var/log/SERVICE_NAME +/var/log/kolla/SERVICE_NAME If the stdout logs are needed, please run: @@ -518,8 +518,8 @@ If the stdout logs are needed, please run: docker logs -Note that some of the containers don't log to stdout at present so the above -command will provide no information. +Note that most of the containers don't log to stdout so the above command will +provide no information. To learn more about Docker command line operation please refer to `Docker documentation `__.