commit | 29bc8e645c5d3dd90361df89efc2e53798bd3bc4 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Thu Nov 02 03:38:13 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Nov 02 03:38:13 2017 +0000 |
tree | 12383585fd481bfd7f7bd1bab157ad49eafa48f6 | |
parent | a794b12cf2a6b349272ce44892635d07231059d1 [diff] | |
parent | 32ecccaeef1b06bb48fc6fe066be4f42332e5a2a [diff] |
Merge "Add "sudo" before the journalctl command"
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 23f680a..d932d8c 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst
@@ -294,7 +294,7 @@ 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`.