# This file managed by Chef.  
#  
# This file is part of systemd.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See journald.conf(5) for details.

[Journal]
Storage=<%= node['journald']['storage'] %>
#Compress=yes
#Seal=yes
SplitMode=<%= node['journald']['splitmode'] %>
#SyncIntervalSec=5m
#RateLimitInterval=30s
#RateLimitBurst=1000
SystemMaxUse=<%= node['journald']['systemmaxuse'] %>
#SystemKeepFree=
#SystemMaxFileSize=
#RuntimeMaxUse=
#RuntimeKeepFree=
#RuntimeMaxFileSize=
#MaxRetentionSec=
MaxFileSec=<%= node['journald']['maxfilesec'] %>
ForwardToSyslog=<%= node['journald']['forwardtosyslog'] %>
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
MaxLevelStore=<%= node['journald']['maxlevelstore'] %>
MaxLevelSyslog=<%= node['journald']['maxlevelsyslog'] %>
#MaxLevelKMsg=notice
#MaxLevelConsole=info
#MaxLevelWall=emerg
