From edc3797f7cd9e37c24e5241cac3263e7c918f732 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Jun 2014 12:36:35 +0200 Subject: journald: make SplitMode=uid the default Now that we actually can distuingish system and normal users there's no point in taking session information into account anymore when splitting up logs. This has the beenfit with that coredump information will actually end up in each user's own journal. --- man/journald.conf.xml | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'man/journald.conf.xml') diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 5cd09a217e..046609e401 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -146,29 +146,30 @@ Controls whether to split up journal files per user. One - of login, - uid and - none. If - login, each logged-in - user will get his own journal - files, but systemd user IDs will log - into the system journal. If - uid, any user ID - will get his own journal files - regardless of whether it belongs to a - system service or refers to a real - logged in user. If + of uid, + login and + none. If + uid, all users will + get each their own journal files + regardless of whether they possess a + login session or not, however system + users will log into the system + journal. If login, + actually logged-in users will get each + their own journal files, but users + without login session and system users + will log into the system journal. If none, journal files are not split up by user and all - messages are instead stored in the single - system journal. Note that splitting - up journal files by user is only - available for journals stored + messages are instead stored in the + single system journal. Note that + splitting up journal files by user is + only available for journals stored persistently. If journals are stored - on volatile storage (see above), only a - single journal file for all user IDs + on volatile storage (see above), only + a single journal file for all user IDs is kept. Defaults to - login. + uid. -- cgit v1.2.3-54-g00ecf