From 32ecccaeef1b06bb48fc6fe066be4f42332e5a2a Mon Sep 17 00:00:00 2001 From: caowei Date: Wed, 1 Nov 2017 11:45:21 +0800 Subject: [PATCH] Add "sudo" before the journalctl command Change-Id: I41c396f704918e88168c9a9c6cc9e633e7a81437 --- doc/source/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 23f680a59c..d932d8cd86 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -294,7 +294,7 @@ the systemd journal. To query the logs use the ``journalctl`` command, such as:: - journalctl --unit devstack@* + sudo journalctl --unit devstack@* More examples can be found in :ref:`journalctl-examples`.