X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=5560355b9010a6a3e86bbec310921ffa45caaff6;hp=adfd3b7e3f70300993b5c9d3ba94b23953723901;hb=92d430a9e03056c0f62ed49149d59aed0046d0dd;hpb=00aa832b948a27507c33e2157e46963852cffc85 diff --git a/NEWS b/NEWS index adfd3b7e3..5560355b9 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,13 +100,13 @@ 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. - * journalctl gained new "--user" and "--system" switches to - only show user/system logs. - * libsystemd-journal gained a new sd_journal_open_files() call for opening specific journal files. journactl also gained a new switch to expose this new functionality. Previously we