diff --git a/log2ram.conf b/log2ram.conf index e6f7145..12782f0 100644 --- a/log2ram.conf +++ b/log2ram.conf @@ -29,15 +29,10 @@ SIZE=128M # Example: PATH_DISK="/var/log;/home/test/FolderInRam" PATH_DISK="/var/log" -# Should log2ram consider journald and do a log rotate before copying the log files back? Please note that for this -# rsync is mandatory. Also make sure that you have configured SystemMaxUse in journald.conf, because the size of this -# ram folder is will probably not be as large as journald will use by default -JOURNALD_AWARE=true - # Set to 'true' to enable log rotation for journald logs before syncing. -# Note: 'rsync' must be used for this feature. -# Ensure 'SystemMaxUse' is configured in 'journald.conf' -# - (To limit journald’s disk usage to be smaller than the log2ram RAM allocation). +# Note: 'rsync' must be used for this feature to work. +# Ensure 'SystemMaxUse' is configured in '/etc/systemd/journald.conf' (to limit journald’s disk usage) +# Note: Its value must be smaller than log2ram's RAM allocation defined by the SIZE variable above. JOURNALD_AWARE=true