summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2017-09-07 23:41:20 +0200
committerLucas Werkmeister <mail@lucaswerkmeister.de>2017-09-07 23:55:59 +0200
commitef5a8cb1a7e4529b2b69c4d5a3dcd34e30534f54 (patch)
tree98802349796c90b6ca448aca19a1846ef99c3b22 /NEWS
parent4146ac2a4cba70d2536465bb9b7e99b09558f153 (diff)
downloadsystemd-ef5a8cb1a7e4529b2b69c4d5a3dcd34e30534f54.tar.gz
analyze: add get-log-level, get-log-target verbs
They’re counterparts to the existing set-log-level and set-log-target verbs, simply printing the current value to stdout. This makes it slightly easier to temporarily change the log level and/or target and then restore the old value(s).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f843c35c4f..4940902451 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ CHANGES WITH 235:
that case users will be prevented from correctly managing bond0
interface using networkd.
+ * systemd-analyze gained new verbs "get-log-level" and "get-log-target"
+ which print the logging level and target of the system manager,
+ respectively. They complement the existing "set-log-level" and
+ "set-log-target" verbs, which can be used to change those values.
+
CHANGES WITH 234:
* Meson is now supported as build system in addition to Automake. It is