diff --git a/systemd/journald.conf b/systemd/journald.conf index 3f3194e..7a0374d 100644 --- a/systemd/journald.conf +++ b/systemd/journald.conf @@ -1,8 +1,11 @@ [Journal] Storage=auto Compress=yes +#Seal=yes SplitMode=uid SyncIntervalSec=1m +#RateLimitIntervalSec=30s +#RateLimitBurst=10000 SystemMaxUse=512M #SystemKeepFree= #SystemMaxFileSize= @@ -14,11 +17,16 @@ SystemMaxUse=512M MaxRetentionSec=1week MaxFileSec=1day ForwardToSyslog=no -ForwardToKMsg=true +ForwardToKMsg=yes ForwardToConsole=no -ForwardToWall=true +ForwardToWall=yes +#TTYPath=/dev/console +#MaxLevelStore=debug +#MaxLevelSyslog=debug MaxLevelKMsg=warn +#MaxLevelConsole=info MaxLevelWall=emerg +#MaxLevelSocket=debug LineMax=48K ReadKMsg=yes Audit=yes