diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-07-26 02:19:33 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-26 08:19:33 +0200 |
commit | 76153ad45f09b6ae45464f2e03d3afefbb4b2afe (patch) | |
tree | 59c7e20f5b5581e799dca40eda72075b60b87b64 /NEWS | |
parent | dadd6ecfa5eaf842763dca545b4c04f33831789e (diff) |
journald: deprecate SplitMode=login (#3805)
In this mode, messages from processes which are not part of the session
land in the main journal file, and only output of processes which are
properly part of the session land in the user's journal. This is
confusing, in particular because systemd-coredump runs outside of the
login session.
"Deprecate" SplitMode=login by removing it from documentation, to
discourage people from using it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ systemd System and Service Manager +CHANGES WITH 232 in spe + + * Journald's SplitMode=login setting has been deprecated. It has been + removed from documentation, and it's use is discouraged. In a future + release it will be completely removed, and made equivalent to current + default of SplitMode=uid. + CHANGES WITH 231: * In service units the various ExecXYZ= settings have been extended |