mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-18 06:03:42 +03:00
man: explain journalctl --flush correctly
This commit is contained in:
parent
311f6cf33f
commit
2a97b03b3b
4
NEWS
4
NEWS
@ -7,6 +7,10 @@ CHANGES WITH 217:
|
|||||||
show log timestamps in the UTC timezone. journalctl now also
|
show log timestamps in the UTC timezone. journalctl now also
|
||||||
accepts -n/--lines=all to disable line capping in a pager.
|
accepts -n/--lines=all to disable line capping in a pager.
|
||||||
|
|
||||||
|
* journalctl gained a new switch, --flush, that flushes
|
||||||
|
logs from /run/log/journal to /var/log/journal if
|
||||||
|
persistent storage is enabled.
|
||||||
|
|
||||||
* Services can notify the manager before they start a reload
|
* Services can notify the manager before they start a reload
|
||||||
(by sending RELOADING=1) or shutdown (by sending
|
(by sending RELOADING=1) or shutdown (by sending
|
||||||
STOPPING=1). This allows the manager to track and show the
|
STOPPING=1). This allows the manager to track and show the
|
||||||
|
@ -883,9 +883,9 @@
|
|||||||
|
|
||||||
<listitem><para>Asks the Journal
|
<listitem><para>Asks the Journal
|
||||||
daemon to flush any log data stored in
|
daemon to flush any log data stored in
|
||||||
<filename>/run/systemd/log</filename>
|
<filename>/run/log/journal</filename>
|
||||||
into
|
into
|
||||||
<filename>/var/systemd/log</filename>,
|
<filename>/var/log/journal</filename>,
|
||||||
if persistent storage is enabled. This
|
if persistent storage is enabled. This
|
||||||
call does not return until the
|
call does not return until the
|
||||||
operation is
|
operation is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user