adjusting multiline break

This commit is contained in:
Arne Teuke
2017-08-06 16:04:43 +01:00
parent d1a208d5c4
commit 36c79fcaf3

View File

@@ -80,7 +80,7 @@
# handled by the jail This is used to decode the lines from the log file.
# Typical examples: "ascii", "utf-8"
# auto: will use the system locale setting
# @param [string] fn_enabled enables the jails.
# @param [boolean] fn_enabled enables the jails.
# By default all jails are disabled, and it should stay this way.
# Enable only relevant to your setup jails in your .local or jail.d/*.conf
# true: jail will be enabled and log files will get monitored for changes
@@ -144,7 +144,7 @@ $fn_maxretry = '5',
$fn_backend = 'auto',
$fn_usedns = 'warn',
$fn_logencoding = 'auto',
$fn_enabled = 'false',
$fn_enabled = false,
$fn_filter = '%(__name__)s',
$fn_destemail = 'root@localhost',
$fn_sender = 'root@localhost',