Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

vi /etc/systemd/journald.conf
[Journal]
Storage=volatile
#Compress=yes
#Seal=yes
#SplitMode=uid
#SyncIntervalSec=5m
RateLimitIntervalSec=0
RateLimitBurst=0
SystemMaxUse=
16M500M
#SystemKeepFree=
SystemMaxFileSize=
4M100M
#SystemMaxFiles=100
RuntimeMaxUse=
16M1G
#RuntimeKeepFree=
RuntimeMaxFileSize=
4M100M
#RuntimeMaxFiles=100
#MaxRetentionSec=
#MaxFileSec=1month
ForwardToSyslog=yes
#ForwardToKMsg=no
#ForwardToConsole=no
#ForwardToWall=yes
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info
#MaxLevelWall=emerg
#LineMax=48K
#ReadKMsg=yes
#Audit=yes

NOTE:To get more debug info, compile the component with debug symbols enabled. 

...