From 56a2911255ac53a4f2d829b4dab1d6cb6d08c468 Mon Sep 17 00:00:00 2001 From: bleep_blop Date: Sat, 27 Jan 2018 22:03:52 +0530 Subject: [PATCH] Update NEWS to reflect changes made in #8020 (#8024) --- NEWS | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a17493e4922..beaa1cbb688 100644 --- a/NEWS +++ b/NEWS @@ -131,11 +131,19 @@ CHANGES WITH 237 in spe: user/UID to use for notification messages sent to the service manager. - * There's now a "systemd-analyze service-watchdogs" command for turning - on or off the per-service watchdogs system-wide (i.e. the concept you - configure in WatchdogSec=), for debugging purposes. There's also a - kernel command line option systemd.service_watchdogs= for controlling - the same. + * 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 + boolean argument (i.e. the concept you configure in WatchdogSec=), for + debugging purposes. There's also a kernel command line option + systemd.service_watchdogs= for controlling the same. + + * Two new "log-level" and "log-target" options for systemd-analyze were + addded that merge the now deprecated get-log-level, set-log-level and + get-log-target, set-log-target pairs. The deprecated options are still + understood for backwards compatibility. The two new options print the + current value when no arguments are given, and set them when a + level/target is given as an argument. Contributions from: Adam Duskett, Alan Jenkins, Alexander Kuleshov, Alexis Deruelle, Andrew Jeddeloh, Armin Widegreen, Björn Esser, -- 2.39.2