]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/journalctl.xml
444b9160735043155643e0e5d5d153fd2e1aae97
[thirdparty/systemd.git] / man / journalctl.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 This file is part of systemd.
7
8 Copyright 2012 Lennart Poettering
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22 -->
23
24 <refentry id="journalctl"
25 xmlns:xi="http://www.w3.org/2001/XInclude">
26
27 <refentryinfo>
28 <title>journalctl</title>
29 <productname>systemd</productname>
30
31 <authorgroup>
32 <author>
33 <contrib>Developer</contrib>
34 <firstname>Lennart</firstname>
35 <surname>Poettering</surname>
36 <email>lennart@poettering.net</email>
37 </author>
38 </authorgroup>
39 </refentryinfo>
40
41 <refmeta>
42 <refentrytitle>journalctl</refentrytitle>
43 <manvolnum>1</manvolnum>
44 </refmeta>
45
46 <refnamediv>
47 <refname>journalctl</refname>
48 <refpurpose>Query the systemd journal</refpurpose>
49 </refnamediv>
50
51 <refsynopsisdiv>
52 <cmdsynopsis>
53 <command>journalctl</command>
54 <arg choice="opt" rep="repeat">OPTIONS</arg>
55 <arg choice="opt" rep="repeat">MATCHES</arg>
56 </cmdsynopsis>
57 </refsynopsisdiv>
58
59 <refsect1>
60 <title>Description</title>
61
62 <para><command>journalctl</command> may be used to query the
63 contents of the
64 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
65 journal as written by
66 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
67
68 <para>If called without parameters, it will show the full
69 contents of the journal, starting with the oldest entry
70 collected.</para>
71
72 <para>If one or more match arguments are passed, the output is
73 filtered accordingly. A match is in the format
74 <literal>FIELD=VALUE</literal>,
75 e.g. <literal>_SYSTEMD_UNIT=httpd.service</literal>, referring
76 to the components of a structured journal entry. See
77 <citerefentry><refentrytitle>systemd.journal-fields</refentrytitle><manvolnum>7</manvolnum></citerefentry>
78 for a list of well-known fields. If multiple matches are
79 specified matching different fields, the log entries are
80 filtered by both, i.e. the resulting output will show only
81 entries matching all the specified matches of this kind. If two
82 matches apply to the same field, then they are automatically
83 matched as alternatives, i.e. the resulting output will show
84 entries matching any of the specified matches for the same
85 field. Finally, the character <literal>+</literal> may appear
86 as a separate word between other terms on the command line. This
87 causes all matches before and after to be combined in a
88 disjunction (i.e. logical OR).</para>
89
90 <para>It is also possible to filter the entries by specifying an
91 absolute file path as an argument. The file path may be a file or
92 a symbolic link and the file must exist at the time of the query. If a
93 file path refers to an executable binary, an <literal>_EXE=</literal>
94 match for the canonicalized binary path is added to the query. If a
95 file path refers to an executable script, a <literal>_COMM=</literal>
96 match for the script name is added to the query. If a file path
97 refers to a device node, <literal>_KERNEL_DEVICE=</literal> matches for
98 the kernel name of the device and for each of its ancestor devices is
99 added to the query. Symbolic links are dereferenced, kernel names are
100 synthesized, and parent devices are identified from the environment at
101 the time of the query. In general, a device node is the best proxy for
102 an actual device, as log entries do not usually contain fields that
103 identify an actual device. For the resulting log entries to be correct
104 for the actual device, the relevant parts of the environment at the time
105 the entry was logged, in particular the actual device corresponding to
106 the device node, must have been the same as those at the time of the
107 query. Because device nodes generally change their corresponding devices
108 across reboots, specifying a device node path causes the resulting
109 entries to be restricted to those from the current boot.</para>
110
111 <para>Additional constraints may be added using options
112 <option>--boot</option>, <option>--unit=</option>, etc., to
113 further limit what entries will be shown (logical AND).</para>
114
115 <para>Output is interleaved from all accessible journal files,
116 whether they are rotated or currently being written, and
117 regardless of whether they belong to the system itself or are
118 accessible user journals.</para>
119
120 <para>The set of journal files which will be used can be
121 modified using the <option>--user</option>,
122 <option>--system</option>, <option>--directory</option>, and
123 <option>--file</option> options, see below.</para>
124
125 <para>All users are granted access to their private per-user
126 journals. However, by default, only root and users who are
127 members of a few special groups are granted access to the system
128 journal and the journals of other users. Members of the groups
129 <literal>systemd-journal</literal>, <literal>adm</literal>, and
130 <literal>wheel</literal> can read all journal files. Note
131 that the two latter groups traditionally have additional
132 privileges specified by the distribution. Members of the
133 <literal>wheel</literal> group can often perform administrative
134 tasks.</para>
135
136 <para>The output is paged through <command>less</command> by
137 default, and long lines are "truncated" to screen width. The
138 hidden part can be viewed by using the left-arrow and
139 right-arrow keys. Paging can be disabled; see the
140 <option>--no-pager</option> option and the "Environment" section
141 below.</para>
142
143 <para>When outputting to a tty, lines are colored according to
144 priority: lines of level ERROR and higher are colored red; lines
145 of level NOTICE and higher are highlighted; other lines are
146 displayed normally.</para>
147 </refsect1>
148
149 <refsect1>
150 <title>Options</title>
151
152 <para>The following options are understood:</para>
153
154 <variablelist>
155 <varlistentry>
156 <term><option>--no-full</option></term>
157 <term><option>--full</option></term>
158 <term><option>-l</option></term>
159
160 <listitem><para>Ellipsize fields when they do not fit in
161 available columns. The default is to show full fields,
162 allowing them to wrap or be truncated by the pager, if one
163 is used.</para>
164
165 <para>The old options
166 <option>-l</option>/<option>--full</option> are not useful
167 anymore, except to undo <option>--no-full</option>.</para>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry>
172 <term><option>-a</option></term>
173 <term><option>--all</option></term>
174
175 <listitem><para>Show all fields in full, even if they
176 include unprintable characters or are very
177 long.</para></listitem>
178 </varlistentry>
179
180 <varlistentry>
181 <term><option>-f</option></term>
182 <term><option>--follow</option></term>
183
184 <listitem><para>Show only the most recent journal entries,
185 and continuously print new entries as they are appended to
186 the journal.</para></listitem>
187 </varlistentry>
188
189 <varlistentry>
190 <term><option>-e</option></term>
191 <term><option>--pager-end</option></term>
192
193 <listitem><para>Immediately jump to the end of the journal
194 inside the implied pager tool. This implies
195 <option>-n1000</option> to guarantee that the pager will not
196 buffer logs of unbounded size. This may be overridden with
197 an explicit <option>-n</option> with some other numeric
198 value, while <option>-nall</option> will disable this cap.
199 Note that this option is only supported for the
200 <citerefentry project='man-pages'><refentrytitle>less</refentrytitle><manvolnum>1</manvolnum></citerefentry>
201 pager.</para></listitem>
202 </varlistentry>
203
204 <varlistentry>
205 <term><option>-n</option></term>
206 <term><option>--lines=</option></term>
207
208 <listitem><para>Show the most recent journal events and
209 limit the number of events shown. If
210 <option>--follow</option> is used, this option is
211 implied. The argument is a positive integer or
212 <literal>all</literal> to disable line limiting. The default
213 value is 10 if no argument is given.</para></listitem>
214 </varlistentry>
215
216 <varlistentry>
217 <term><option>--no-tail</option></term>
218
219 <listitem><para>Show all stored output lines, even in follow
220 mode. Undoes the effect of <option>--lines=</option>.
221 </para></listitem>
222 </varlistentry>
223
224 <varlistentry>
225 <term><option>-r</option></term>
226 <term><option>--reverse</option></term>
227
228 <listitem><para>Reverse output so that the newest entries
229 are displayed first.</para></listitem>
230 </varlistentry>
231
232 <varlistentry>
233 <term><option>-o</option></term>
234 <term><option>--output=</option></term>
235
236 <listitem><para>Controls the formatting of the journal
237 entries that are shown. Takes one of the following
238 options:</para>
239 <variablelist>
240 <varlistentry>
241 <term>
242 <option>short</option>
243 </term>
244 <listitem>
245 <para>is the default and generates an output that is
246 mostly identical to the formatting of classic syslog
247 files, showing one line per journal entry.</para>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry>
252 <term>
253 <option>short-full</option>
254 </term>
255 <listitem>
256 <para>is very similar, but shows timestamps in the format the <option>--since=</option> and
257 <option>--until=</option> options accept. Unlike the timestamp information shown in
258 <option>short</option> output mode this mode includes weekday, year and timezone information in the
259 output, and is locale-independent.</para>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry>
264 <term>
265 <option>short-iso</option>
266 </term>
267 <listitem>
268 <para>is very similar, but shows ISO 8601 wallclock
269 timestamps.</para>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry>
274 <term>
275 <option>short-iso-precise</option>
276 </term>
277 <listitem>
278 <para>as for <option>short-iso</option> but includes full
279 microsecond precision.</para>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry>
284 <term>
285 <option>short-precise</option>
286 </term>
287 <listitem>
288 <para>is very similar, but shows classic syslog timestamps
289 with full microsecond precision.</para>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry>
294 <term>
295 <option>short-monotonic</option>
296 </term>
297 <listitem>
298 <para>is very similar, but shows monotonic timestamps
299 instead of wallclock timestamps.</para>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry>
304 <term>
305 <option>short-unix</option>
306 </term>
307 <listitem>
308 <para>is very similar, but shows seconds passed since January 1st 1970 UTC instead of wallclock
309 timestamps ("UNIX time"). The time is shown with microsecond accuracy.</para>
310 </listitem>
311 </varlistentry>
312
313 <varlistentry>
314 <term>
315 <option>verbose</option>
316 </term>
317 <listitem>
318 <para>shows the full-structured entry items with all
319 fields.</para>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry>
324 <term>
325 <option>export</option>
326 </term>
327 <listitem>
328 <para>serializes the journal into a binary (but mostly
329 text-based) stream suitable for backups and network
330 transfer (see
331 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink>
332 for more information). To import the binary stream back
333 into native journald format use
334 <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
335 </listitem>
336 </varlistentry>
337
338 <varlistentry>
339 <term>
340 <option>json</option>
341 </term>
342 <listitem>
343 <para>formats entries as JSON data structures, one per
344 line (see
345 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal JSON Format</ulink>
346 for more information).</para>
347 </listitem>
348 </varlistentry>
349
350 <varlistentry>
351 <term>
352 <option>json-pretty</option>
353 </term>
354 <listitem>
355 <para>formats entries as JSON data structures, but
356 formats them in multiple lines in order to make them
357 more readable by humans.</para>
358 </listitem>
359 </varlistentry>
360
361 <varlistentry>
362 <term>
363 <option>json-sse</option>
364 </term>
365 <listitem>
366 <para>formats entries as JSON data structures, but wraps
367 them in a format suitable for
368 <ulink url="https://developer.mozilla.org/en-US/docs/Server-sent_events/Using_server-sent_events">Server-Sent Events</ulink>.
369 </para>
370 </listitem>
371 </varlistentry>
372
373 <varlistentry>
374 <term>
375 <option>cat</option>
376 </term>
377 <listitem>
378 <para>generates a very terse output, only showing the
379 actual message of each journal entry with no metadata,
380 not even a timestamp.</para>
381 </listitem>
382 </varlistentry>
383 </variablelist>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry>
388 <term><option>--utc</option></term>
389
390 <listitem><para>Express time in Coordinated Universal Time
391 (UTC).</para></listitem>
392 </varlistentry>
393
394 <varlistentry>
395 <term><option>--no-hostname</option></term>
396
397 <listitem><para>Don't show the hostname field of log messages originating from the local host. This switch only
398 has an effect on the <option>short</option> family of output modes (see above).</para></listitem>
399 </varlistentry>
400
401 <varlistentry>
402 <term><option>-x</option></term>
403 <term><option>--catalog</option></term>
404
405 <listitem><para>Augment log lines with explanation texts from
406 the message catalog. This will add explanatory help texts to
407 log messages in the output where this is available. These
408 short help texts will explain the context of an error or log
409 event, possible solutions, as well as pointers to support
410 forums, developer documentation, and any other relevant
411 manuals. Note that help texts are not available for all
412 messages, but only for selected ones. For more information on
413 the message catalog, please refer to the
414 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/catalog">Message Catalog Developer Documentation</ulink>.</para>
415
416 <para>Note: when attaching <command>journalctl</command>
417 output to bug reports, please do <emphasis>not</emphasis> use
418 <option>-x</option>.</para>
419 </listitem>
420 </varlistentry>
421
422 <varlistentry>
423 <term><option>-q</option></term>
424 <term><option>--quiet</option></term>
425
426 <listitem><para>Suppresses all info messages
427 (i.e. "-- Logs begin at …", "-- Reboot --"),
428 any warning messages regarding
429 inaccessible system journals when run as a normal
430 user.</para></listitem>
431 </varlistentry>
432
433 <varlistentry>
434 <term><option>-m</option></term>
435 <term><option>--merge</option></term>
436
437 <listitem><para>Show entries interleaved from all available
438 journals, including remote ones.</para></listitem>
439 </varlistentry>
440
441 <varlistentry>
442 <term><option>-b <optional><replaceable>ID</replaceable></optional><optional><replaceable>±offset</replaceable></optional></option></term>
443 <term><option>--boot=<optional><replaceable>ID</replaceable></optional><optional><replaceable>±offset</replaceable></optional></option></term>
444
445 <listitem><para>Show messages from a specific boot. This will
446 add a match for <literal>_BOOT_ID=</literal>.</para>
447
448 <para>The argument may be empty, in which case logs for the
449 current boot will be shown.</para>
450
451 <para>If the boot ID is omitted, a positive
452 <replaceable>offset</replaceable> will look up the boots
453 starting from the beginning of the journal, and an
454 equal-or-less-than zero <replaceable>offset</replaceable> will
455 look up boots starting from the end of the journal. Thus,
456 <constant>1</constant> means the first boot found in the
457 journal in chronological order, <constant>2</constant> the
458 second and so on; while <constant>-0</constant> is the last
459 boot, <constant>-1</constant> the boot before last, and so
460 on. An empty <replaceable>offset</replaceable> is equivalent
461 to specifying <constant>-0</constant>, except when the current
462 boot is not the last boot (e.g. because
463 <option>--directory</option> was specified to look at logs
464 from a different machine).</para>
465
466 <para>If the 32-character <replaceable>ID</replaceable> is
467 specified, it may optionally be followed by
468 <replaceable>offset</replaceable> which identifies the boot
469 relative to the one given by boot
470 <replaceable>ID</replaceable>. Negative values mean earlier
471 boots and positive values mean later boots. If
472 <replaceable>offset</replaceable> is not specified, a value of
473 zero is assumed, and the logs for the boot given by
474 <replaceable>ID</replaceable> are shown.</para>
475 </listitem>
476 </varlistentry>
477
478 <varlistentry>
479 <term><option>--list-boots</option></term>
480
481 <listitem><para>Show a tabular list of boot numbers (relative to
482 the current boot), their IDs, and the timestamps of the first
483 and last message pertaining to the boot.</para></listitem>
484 </varlistentry>
485
486 <varlistentry>
487 <term><option>-k</option></term>
488 <term><option>--dmesg</option></term>
489
490 <listitem><para>Show only kernel messages. This implies
491 <option>-b</option> and adds the match
492 <literal>_TRANSPORT=kernel</literal>.</para></listitem>
493 </varlistentry>
494
495 <varlistentry>
496 <term><option>-t</option></term>
497 <term><option>--identifier=<replaceable>SYSLOG_IDENTIFIER</replaceable></option></term>
498
499 <listitem><para>Show messages for the specified syslog
500 identifier
501 <replaceable>SYSLOG_IDENTIFIER</replaceable>.</para>
502
503 <para>This parameter can be specified multiple
504 times.</para></listitem>
505 </varlistentry>
506
507 <varlistentry>
508 <term><option>-u</option></term>
509 <term><option>--unit=<replaceable>UNIT</replaceable>|<replaceable>PATTERN</replaceable></option></term>
510
511 <listitem><para>Show messages for the specified systemd unit
512 <replaceable>UNIT</replaceable> (such as a service unit), or
513 for any of the units matched by
514 <replaceable>PATTERN</replaceable>. If a pattern is
515 specified, a list of unit names found in the journal is
516 compared with the specified pattern and all that match are
517 used. For each unit name, a match is added for messages from
518 the unit
519 (<literal>_SYSTEMD_UNIT=<replaceable>UNIT</replaceable></literal>),
520 along with additional matches for messages from systemd and
521 messages about coredumps for the specified unit.</para>
522
523 <para>This parameter can be specified multiple times.</para>
524 </listitem>
525 </varlistentry>
526
527 <varlistentry>
528 <term><option>--user-unit=</option></term>
529
530 <listitem><para>Show messages for the specified user session
531 unit. This will add a match for messages from the unit
532 (<literal>_SYSTEMD_USER_UNIT=</literal> and
533 <literal>_UID=</literal>) and additional matches for messages
534 from session systemd and messages about coredumps for the
535 specified unit.</para>
536
537 <para>This parameter can be specified multiple times.</para>
538 </listitem>
539 </varlistentry>
540
541 <varlistentry>
542 <term><option>-p</option></term>
543 <term><option>--priority=</option></term>
544
545 <listitem><para>Filter output by message priorities or
546 priority ranges. Takes either a single numeric or textual log
547 level (i.e. between 0/<literal>emerg</literal> and
548 7/<literal>debug</literal>), or a range of numeric/text log
549 levels in the form FROM..TO. The log levels are the usual
550 syslog log levels as documented in
551 <citerefentry project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
552 i.e. <literal>emerg</literal> (0),
553 <literal>alert</literal> (1), <literal>crit</literal> (2),
554 <literal>err</literal> (3), <literal>warning</literal> (4),
555 <literal>notice</literal> (5), <literal>info</literal> (6),
556 <literal>debug</literal> (7). If a single log level is
557 specified, all messages with this log level or a lower (hence
558 more important) log level are shown. If a range is specified,
559 all messages within the range are shown, including both the
560 start and the end value of the range. This will add
561 <literal>PRIORITY=</literal> matches for the specified
562 priorities.</para></listitem>
563 </varlistentry>
564
565 <varlistentry>
566 <term><option>-c</option></term>
567 <term><option>--cursor=</option></term>
568
569 <listitem><para>Start showing entries from the location in the
570 journal specified by the passed cursor.</para></listitem>
571 </varlistentry>
572
573 <varlistentry>
574 <term><option>--after-cursor=</option></term>
575
576 <listitem><para>Start showing entries from the location in the
577 journal <emphasis>after</emphasis> the location specified by
578 the passed cursor. The cursor is shown when the
579 <option>--show-cursor</option> option is used.</para>
580 </listitem>
581 </varlistentry>
582
583 <varlistentry>
584 <term><option>--show-cursor</option></term>
585
586 <listitem><para>The cursor is shown after the last entry after
587 two dashes:</para>
588 <programlisting>-- cursor: s=0639</programlisting>
589 <para>The format of the cursor is private
590 and subject to change.</para></listitem>
591 </varlistentry>
592
593 <varlistentry>
594 <term><option>-S</option></term>
595 <term><option>--since=</option></term>
596 <term><option>-U</option></term>
597 <term><option>--until=</option></term>
598
599 <listitem><para>Start showing entries on or newer than the specified date, or on or older than the specified
600 date, respectively. Date specifications should be of the format <literal>2012-10-30 18:17:16</literal>. If the
601 time part is omitted, <literal>00:00:00</literal> is assumed. If only the seconds component is omitted,
602 <literal>:00</literal> is assumed. If the date component is omitted, the current day is assumed. Alternatively
603 the strings <literal>yesterday</literal>, <literal>today</literal>, <literal>tomorrow</literal> are understood,
604 which refer to 00:00:00 of the day before the current day, the current day, or the day after the current day,
605 respectively. <literal>now</literal> refers to the current time. Finally, relative times may be specified,
606 prefixed with <literal>-</literal> or <literal>+</literal>, referring to times before or after the current
607 time, respectively. For complete time and date specification, see
608 <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. Note that
609 <option>--output=short-full</option> prints timestamps that follow precisely this format.
610 </para>
611 </listitem>
612 </varlistentry>
613
614 <varlistentry>
615 <term><option>-F</option></term>
616 <term><option>--field=</option></term>
617
618 <listitem><para>Print all possible data values the specified
619 field can take in all entries of the journal.</para></listitem>
620 </varlistentry>
621
622 <varlistentry>
623 <term><option>-N</option></term>
624 <term><option>--fields</option></term>
625
626 <listitem><para>Print all field names currently used in all entries of the journal.</para></listitem>
627 </varlistentry>
628
629 <varlistentry>
630 <term><option>--system</option></term>
631 <term><option>--user</option></term>
632
633 <listitem><para>Show messages from system services and the
634 kernel (with <option>--system</option>). Show messages from
635 service of current user (with <option>--user</option>). If
636 neither is specified, show all messages that the user can see.
637 </para></listitem>
638 </varlistentry>
639
640 <varlistentry>
641 <term><option>-M</option></term>
642 <term><option>--machine=</option></term>
643
644 <listitem><para>Show messages from a running, local
645 container. Specify a container name to connect to.</para>
646 </listitem>
647 </varlistentry>
648
649 <varlistentry>
650 <term><option>-D <replaceable>DIR</replaceable></option></term>
651 <term><option>--directory=<replaceable>DIR</replaceable></option></term>
652
653 <listitem><para>Takes a directory path as argument. If
654 specified, journalctl will operate on the specified journal
655 directory <replaceable>DIR</replaceable> instead of the
656 default runtime and system journal paths.</para></listitem>
657 </varlistentry>
658
659 <varlistentry>
660 <term><option>--file=<replaceable>GLOB</replaceable></option></term>
661
662 <listitem><para>Takes a file glob as an argument. If
663 specified, journalctl will operate on the specified journal
664 files matching <replaceable>GLOB</replaceable> instead of the
665 default runtime and system journal paths. May be specified
666 multiple times, in which case files will be suitably
667 interleaved.</para></listitem>
668 </varlistentry>
669
670 <varlistentry>
671 <term><option>--root=<replaceable>ROOT</replaceable></option></term>
672
673 <listitem><para>Takes a directory path as an argument. If
674 specified, journalctl will operate on journal directories and catalog file hierarchy
675 underneath the specified directory instead of the root
676 directory (e.g. <option>--update-catalog</option> will create
677 <filename><replaceable>ROOT</replaceable>/var/lib/systemd/catalog/database</filename>,
678 and journal files under <filename><replaceable>ROOT</replaceable>/run/journal</filename>
679 or <filename><replaceable>ROOT</replaceable>/var/log/journal</filename> will be displayed).
680 </para></listitem>
681 </varlistentry>
682
683 <varlistentry>
684 <term><option>--new-id128</option></term>
685
686 <listitem><para>Instead of showing journal contents, generate
687 a new 128-bit ID suitable for identifying messages. This is
688 intended for usage by developers who need a new identifier for
689 a new message they introduce and want to make
690 recognizable. This will print the new ID in four different
691 formats which can be copied into source code or similar.
692 </para></listitem>
693 </varlistentry>
694
695 <varlistentry>
696 <term><option>--header</option></term>
697
698 <listitem><para>Instead of showing journal contents, show
699 internal header information of the journal fields
700 accessed.</para></listitem>
701 </varlistentry>
702
703 <varlistentry>
704 <term><option>--disk-usage</option></term>
705
706 <listitem><para>Shows the current disk usage of all journal
707 files. This shows the sum of the disk usage of all archived
708 and active journal files.</para></listitem>
709 </varlistentry>
710
711 <varlistentry>
712 <term><option>--vacuum-size=</option></term>
713 <term><option>--vacuum-time=</option></term>
714 <term><option>--vacuum-files=</option></term>
715
716 <listitem><para>Removes archived journal files until the disk
717 space they use falls below the specified size (specified with
718 the usual <literal>K</literal>, <literal>M</literal>,
719 <literal>G</literal> and <literal>T</literal> suffixes), or all
720 archived journal files contain no data older than the specified
721 timespan (specified with the usual <literal>s</literal>,
722 <literal>m</literal>, <literal>h</literal>,
723 <literal>days</literal>, <literal>months</literal>,
724 <literal>weeks</literal> and <literal>years</literal> suffixes),
725 or no more than the specified number of separate journal files
726 remain. Note that running <option>--vacuum-size=</option> has
727 only an indirect effect on the output shown by
728 <option>--disk-usage</option>, as the latter includes active
729 journal files, while the vacuuming operation only operates
730 on archived journal files. Similarly,
731 <option>--vacuum-files=</option> might not actually reduce the
732 number of journal files to below the specified number, as it
733 will not remove active journal
734 files. <option>--vacuum-size=</option>,
735 <option>--vacuum-time=</option> and
736 <option>--vacuum-files=</option> may be combined in a single
737 invocation to enforce any combination of a size, a time and a
738 number of files limit on the archived journal
739 files. Specifying any of these three parameters as zero is
740 equivalent to not enforcing the specific limit, and is thus
741 redundant.</para></listitem>
742 </varlistentry>
743
744 <varlistentry>
745 <term><option>--list-catalog
746 <optional><replaceable>128-bit-ID…</replaceable></optional>
747 </option></term>
748
749 <listitem><para>List the contents of the message catalog as a
750 table of message IDs, plus their short description strings.
751 </para>
752
753 <para>If any <replaceable>128-bit-ID</replaceable>s are
754 specified, only those entries are shown.</para>
755 </listitem>
756 </varlistentry>
757
758 <varlistentry>
759 <term><option>--dump-catalog
760 <optional><replaceable>128-bit-ID…</replaceable></optional>
761 </option></term>
762
763 <listitem><para>Show the contents of the message catalog, with
764 entries separated by a line consisting of two dashes and the
765 ID (the format is the same as <filename>.catalog</filename>
766 files).</para>
767
768 <para>If any <replaceable>128-bit-ID</replaceable>s are
769 specified, only those entries are shown.</para>
770 </listitem>
771 </varlistentry>
772
773 <varlistentry>
774 <term><option>--update-catalog</option></term>
775
776 <listitem><para>Update the message catalog index. This command
777 needs to be executed each time new catalog files are
778 installed, removed, or updated to rebuild the binary catalog
779 index.</para></listitem>
780 </varlistentry>
781
782 <varlistentry>
783 <term><option>--setup-keys</option></term>
784
785 <listitem><para>Instead of showing journal contents, generate
786 a new key pair for Forward Secure Sealing (FSS). This will
787 generate a sealing key and a verification key. The sealing key
788 is stored in the journal data directory and shall remain on
789 the host. The verification key should be stored
790 externally. Refer to the <option>Seal=</option> option in
791 <citerefentry><refentrytitle>journald.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
792 for information on Forward Secure Sealing and for a link to a
793 refereed scholarly paper detailing the cryptographic theory it
794 is based on.</para></listitem>
795 </varlistentry>
796
797 <varlistentry>
798 <term><option>--force</option></term>
799
800 <listitem><para>When <option>--setup-keys</option> is passed
801 and Forward Secure Sealing (FSS) has already been configured,
802 recreate FSS keys.</para></listitem>
803 </varlistentry>
804
805 <varlistentry>
806 <term><option>--interval=</option></term>
807
808 <listitem><para>Specifies the change interval for the sealing
809 key when generating an FSS key pair with
810 <option>--setup-keys</option>. Shorter intervals increase CPU
811 consumption but shorten the time range of undetectable journal
812 alterations. Defaults to 15min.</para></listitem>
813 </varlistentry>
814
815 <varlistentry>
816 <term><option>--verify</option></term>
817
818 <listitem><para>Check the journal file for internal
819 consistency. If the file has been generated with FSS enabled and
820 the FSS verification key has been specified with
821 <option>--verify-key=</option>, authenticity of the journal file
822 is verified.</para></listitem>
823 </varlistentry>
824
825 <varlistentry>
826 <term><option>--verify-key=</option></term>
827
828 <listitem><para>Specifies the FSS verification key to use for
829 the <option>--verify</option> operation.</para></listitem>
830 </varlistentry>
831
832 <varlistentry>
833 <term><option>--sync</option></term>
834
835 <listitem><para>Asks the journal daemon to write all yet
836 unwritten journal data to the backing file system and
837 synchronize all journals. This call does not return until the
838 synchronization operation is complete. This command guarantees
839 that any log messages written before its invocation are safely
840 stored on disk at the time it returns.</para></listitem>
841 </varlistentry>
842
843 <varlistentry>
844 <term><option>--flush</option></term>
845
846 <listitem><para>Asks the journal daemon to flush any log data
847 stored in <filename>/run/log/journal</filename> into
848 <filename>/var/log/journal</filename>, if persistent storage
849 is enabled. This call does not return until the operation is
850 complete. Note that this call is idempotent: the data is only
851 flushed from <filename>/run/log/journal</filename> into
852 <filename>/var/log/journal</filename> once during system
853 runtime, and this command exits cleanly without executing any
854 operation if this has already happened. This command
855 effectively guarantees that all data is flushed to
856 <filename>/var/log/journal</filename> at the time it
857 returns.</para></listitem>
858 </varlistentry>
859
860 <varlistentry>
861 <term><option>--rotate</option></term>
862
863 <listitem><para>Asks the journal daemon to rotate journal
864 files. This call does not return until the rotation operation
865 is complete.</para></listitem>
866 </varlistentry>
867
868 <xi:include href="standard-options.xml" xpointer="help" />
869 <xi:include href="standard-options.xml" xpointer="version" />
870 <xi:include href="standard-options.xml" xpointer="no-pager" />
871 </variablelist>
872 </refsect1>
873
874 <refsect1>
875 <title>Exit status</title>
876
877 <para>On success, 0 is returned; otherwise, a non-zero failure
878 code is returned.</para>
879 </refsect1>
880
881 <xi:include href="less-variables.xml" />
882
883 <refsect1>
884 <title>Examples</title>
885
886 <para>Without arguments, all collected logs are shown
887 unfiltered:</para>
888
889 <programlisting>journalctl</programlisting>
890
891 <para>With one match specified, all entries with a field matching
892 the expression are shown:</para>
893
894 <programlisting>journalctl _SYSTEMD_UNIT=avahi-daemon.service</programlisting>
895
896 <para>If two different fields are matched, only entries matching
897 both expressions at the same time are shown:</para>
898
899 <programlisting>journalctl _SYSTEMD_UNIT=avahi-daemon.service _PID=28097</programlisting>
900
901 <para>If two matches refer to the same field, all entries matching
902 either expression are shown:</para>
903
904 <programlisting>journalctl _SYSTEMD_UNIT=avahi-daemon.service _SYSTEMD_UNIT=dbus.service</programlisting>
905
906 <para>If the separator <literal>+</literal> is used, two
907 expressions may be combined in a logical OR. The following will
908 show all messages from the Avahi service process with the PID
909 28097 plus all messages from the D-Bus service (from any of its
910 processes):</para>
911
912 <programlisting>journalctl _SYSTEMD_UNIT=avahi-daemon.service _PID=28097 + _SYSTEMD_UNIT=dbus.service</programlisting>
913
914 <para>Show all logs generated by the D-Bus executable:</para>
915
916 <programlisting>journalctl /usr/bin/dbus-daemon</programlisting>
917
918 <para>Show all kernel logs from previous boot:</para>
919
920 <programlisting>journalctl -k -b -1</programlisting>
921
922 <para>Show a live log display from a system service
923 <filename>apache.service</filename>:</para>
924
925 <programlisting>journalctl -f -u apache</programlisting>
926
927 </refsect1>
928
929 <refsect1>
930 <title>See Also</title>
931 <para>
932 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
933 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
934 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
935 <citerefentry><refentrytitle>coredumpctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
936 <citerefentry><refentrytitle>systemd.journal-fields</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
937 <citerefentry><refentrytitle>journald.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
938 <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
939 <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
940 <citerefentry><refentrytitle>systemd-journal-upload</refentrytitle><manvolnum>8</manvolnum></citerefentry>
941 </para>
942 </refsect1>
943 </refentry>