Browse code

Add "sudo" before the journalctl command

Change-Id: I41c396f704918e88168c9a9c6cc9e633e7a81437

caowei authored on 2017/11/01 12:45:21
Showing 1 changed files
... ...
@@ -294,7 +294,7 @@ the systemd journal.
294 294
 
295 295
 To query the logs use the ``journalctl`` command, such as::
296 296
 
297
-  journalctl --unit devstack@*
297
+  sudo journalctl --unit devstack@*
298 298
 
299 299
 More examples can be found in :ref:`journalctl-examples`.
300 300