|
...
|
...
|
@@ -115,8 +115,9 @@ an appropriate terminal/pager - e.g. ``less``, the default)::
|
|
115
|
115
|
sudo journalctl -a --unit devstack@n-cpu.service
|
|
116
|
116
|
|
|
117
|
117
|
When outputting to the terminal using the default pager, long lines
|
|
118
|
|
-appear to be truncated, but horizontal scrolling is supported via the
|
|
119
|
|
-left/right arrow keys.
|
|
|
118
|
+will be truncated, but horizontal scrolling is supported via the
|
|
|
119
|
+left/right arrow keys. You can override this by setting the
|
|
|
120
|
+``SYSTEMD_LESS`` environment variable to e.g. ``FRXM``.
|
|
120
|
121
|
|
|
121
|
122
|
You can pipe the output to another tool, such as ``grep``. For
|
|
122
|
123
|
example, to find a server instance UUID in the nova logs::
|