diff options
author | Umut Tezduyar Lindskog <umut.tezduyar@axis.com> | 2014-10-29 11:20:02 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-01 14:39:48 -0400 |
commit | 2a97b03b3b087e724867e7501ae0c1535ee35031 (patch) | |
tree | 7c2f55ba7eb548f71f0b4bf5142d712c5dbd379e /NEWS | |
parent | 311f6cf33f6fd50921540875c3e6eb1ffd339124 (diff) | |
download | systemd-2a97b03b3b087e724867e7501ae0c1535ee35031.tar.gz |
man: explain journalctl --flush correctly
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ CHANGES WITH 217: show log timestamps in the UTC timezone. journalctl now also 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 (by sending RELOADING=1) or shutdown (by sending STOPPING=1). This allows the manager to track and show the |