diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 8e5192ba8e50c670a2b8c7ffac0e239a34e56806..7336a13aa34f34745bc5e6a48d145e950be5f5b3 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 <container-name>
 
-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 <https://docs.docker.com/reference/commandline/cli/>`__.