source: trunk/server/fedora/config/etc/systemd/journald.conf @ 2731

Last change on this file since 2731 was 2601, checked in by achernya, 10 years ago
Split the systemd journal per-uid
File size: 784 bytes
Line 
1#  This file is part of systemd.
2#
3#  systemd is free software; you can redistribute it and/or modify it
4#  under the terms of the GNU Lesser General Public License as published by
5#  the Free Software Foundation; either version 2.1 of the License, or
6#  (at your option) any later version.
7#
8# See journald.conf(5) for details
9
10[Journal]
11#Storage=auto
12#Compress=yes
13#Seal=yes
14#SplitMode=login
15#SyncIntervalSec=5m
16#RateLimitInterval=30s
17#RateLimitBurst=1000
18#SystemMaxUse=
19#SystemKeepFree=
20#SystemMaxFileSize=
21#RuntimeMaxUse=
22#RuntimeKeepFree=
23#RuntimeMaxFileSize=
24#MaxRetentionSec=
25#MaxFileSec=1month
26#ForwardToSyslog=yes
27#ForwardToKMsg=no
28#ForwardToConsole=no
29#TTYPath=/dev/console
30#MaxLevelStore=debug
31#MaxLevelSyslog=debug
32#MaxLevelKMsg=notice
33#MaxLevelConsole=info
34SplitMode=uid
Note: See TracBrowser for help on using the repository browser.