diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-19 12:36:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-19 12:38:45 +0200 |
commit | edc3797f7cd9e37c24e5241cac3263e7c918f732 (patch) | |
tree | 789f94f81ffa82ccaacabfc857f1c774f4d88d3c /src/journal/journald.conf | |
parent | 9eecdbc354c180885f10415b01fee126f3bb34aa (diff) |
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.
Diffstat (limited to 'src/journal/journald.conf')
-rw-r--r-- | src/journal/journald.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald.conf b/src/journal/journald.conf index d106d00b5e..cded4a9d47 100644 --- a/src/journal/journald.conf +++ b/src/journal/journald.conf @@ -11,7 +11,7 @@ #Storage=auto #Compress=yes #Seal=yes -#SplitMode=login +#SplitMode=uid #SyncIntervalSec=5m #RateLimitInterval=30s #RateLimitBurst=1000 |