X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournald.conf;h=29bdf8f1832eba2ec4dac1821df5ac58ab075bdd;hb=c7abe32be167ded048a5bb8a912faf2e745b20cb;hp=95534dc2a9ebee4b772b479718bd2106c59601bb;hpb=a4a58cb33565009e22302a5adc3925bec4d46023;p=elogind.git diff --git a/src/journal/journald.conf b/src/journal/journald.conf index 95534dc2a..29bdf8f18 100644 --- a/src/journal/journald.conf +++ b/src/journal/journald.conf @@ -5,21 +5,34 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # +# You can override the directives in this file by creating files in +# /etc/systemd/journald.conf.d/*.conf. +# # See journald.conf(5) for details [Journal] +#Storage=auto #Compress=yes -#RateLimitInterval=10s -#RateLimitBurst=200 +#Seal=yes +#SplitMode=uid +#SyncIntervalSec=5m +#RateLimitInterval=30s +#RateLimitBurst=1000 #SystemMaxUse= #SystemKeepFree= #SystemMaxFileSize= -#SystemMinFileSize= #RuntimeMaxUse= #RuntimeKeepFree= #RuntimeMaxFileSize= -#RuntimeMinFileSize= -#ForwardToSyslog=yes +#MaxRetentionSec= +#MaxFileSec=1month +#ForwardToSyslog=no #ForwardToKMsg=no #ForwardToConsole=no -#ImportKernel=yes +#ForwardToWall=yes +#TTYPath=/dev/console +#MaxLevelStore=debug +#MaxLevelSyslog=debug +#MaxLevelKMsg=notice +#MaxLevelConsole=info +#MaxLevelWall=emerg