summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-03 11:20:17 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-03 11:20:17 -0400
commit1fda0ab5fc9cf7454c8da32941e433dc38ba9991 (patch)
tree2f7f196293123d6d56ae2fefe4cc56ea146085b6
parentc01995635d14840074c2ff17a153b76edd0bf1b9 (diff)
NEWS: mention set-log-level, --user, --system
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index adfd3b7e3..6ff70d9dd 100644
--- a/NEWS
+++ b/NEWS
@@ -82,7 +82,9 @@ CHANGES WITH 205:
frameworks with ConditionSecurity= has been added.
* journalctl gained a new "-k" switch for showing only kernel
- messages.
+ messages, mimicking dmesg output; in addition to "--user"
+ and "--system" switches for showing only user's own logs
+ and system logs.
* systemd-delta can now show information about drop-in
snippets extending unit files.
@@ -98,6 +100,9 @@ CHANGES WITH 205:
added to configure the default.target symlink, which
controls what to boot into by default.
+ * "systemctl set-log-level" has been added as a convenient
+ way to raise and lower systemd logging threshold.
+
* "systemd-analyze plot" will now show the time the various
generators needed for execution, as well as information
about the unit file loading.