|
...
|
...
|
@@ -118,6 +118,11 @@ When outputting to the terminal using the default pager, long lines
|
|
118
|
118
|
appear to be truncated, but horizontal scrolling is supported via the
|
|
119
|
119
|
left/right arrow keys.
|
|
120
|
120
|
|
|
|
121
|
+You can pipe the output to another tool, such as ``grep``. For
|
|
|
122
|
+example, to find a server instance UUID in the nova logs::
|
|
|
123
|
+
|
|
|
124
|
+ sudo journalctl -a --unit devstack@n-* | grep 58391b5c-036f-44d5-bd68-21d3c26349e6
|
|
|
125
|
+
|
|
121
|
126
|
See ``man 1 journalctl`` for more.
|
|
122
|
127
|
|
|
123
|
128
|
Debugging
|