X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fjournal%2Fjournald.conf;h=54f6833a175aa256742f50110e6bd618eabcb208;hp=710b0aa941671cf8292cfe9c4318a09c7dba7b08;hb=9003d9b0d628be059922e522fd35f9c5b4d8b039;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/src/journal/journald.conf b/src/journal/journald.conf index 710b0aa94..54f6833a1 100644 --- a/src/journal/journald.conf +++ b/src/journal/journald.conf @@ -1,25 +1,33 @@ # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # -# See system-journald.conf(5) for details +# See journald.conf(5) for details [Journal] +#Storage=auto #Compress=yes -#RateLimitInterval=10s -#RateLimitBurst=200 +#Seal=yes +#SplitMode=login +#SyncIntervalSec=5m +#RateLimitInterval=30s +#RateLimitBurst=1000 #SystemMaxUse= #SystemKeepFree= #SystemMaxFileSize= -#SystemMinFileSize= #RuntimeMaxUse= #RuntimeKeepFree= #RuntimeMaxFileSize= -#RuntimeMinFileSize= +#MaxRetentionSec= +#MaxFileSec=1month #ForwardToSyslog=yes #ForwardToKMsg=no #ForwardToConsole=no -#ImportKernel=yes +#TTYPath=/dev/console +#MaxLevelStore=debug +#MaxLevelSyslog=debug +#MaxLevelKMsg=notice +#MaxLevelConsole=info