diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-01-28 15:52:06 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-28 23:52:06 +0900 |
commit | e6501af8b8a4176c8eb5ceefcfd38c26c68a4de5 (patch) | |
tree | 8a9bcb758d7ee0b493857d2fbc93f8df51521b7a /NEWS | |
parent | 7755083256a89dfd8858cd62f1ee85c4b1327092 (diff) | |
download | systemd-e6501af8b8a4176c8eb5ceefcfd38c26c68a4de5.tar.gz |
NEWS: mention --grep (#8029)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -131,6 +131,12 @@ CHANGES WITH 237 in spe: user/UID to use for notification messages sent to the service manager. + * journalctl gained a new --grep option to list only entries in which + the message matches a certain pattern. By default matching is case + insensitive if the pattern is lowercase, and case sensitive + otherwise. Option --case-sensitive=yes|no can be used to override + this an specify case sensitivity or case insensitivity. + * There's now a "systemd-analyze service-watchdogs" command for printing the current state of the service runtime watchdog, and optionally enabling or disabling the per-service watchdogs system-wide if given a |