adjusting multiline break
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
# handled by the jail This is used to decode the lines from the log file.
|
# handled by the jail This is used to decode the lines from the log file.
|
||||||
# Typical examples: "ascii", "utf-8"
|
# Typical examples: "ascii", "utf-8"
|
||||||
# auto: will use the system locale setting
|
# 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.
|
# 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
|
# 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
|
# true: jail will be enabled and log files will get monitored for changes
|
||||||
@@ -144,7 +144,7 @@ $fn_maxretry = '5',
|
|||||||
$fn_backend = 'auto',
|
$fn_backend = 'auto',
|
||||||
$fn_usedns = 'warn',
|
$fn_usedns = 'warn',
|
||||||
$fn_logencoding = 'auto',
|
$fn_logencoding = 'auto',
|
||||||
$fn_enabled = 'false',
|
$fn_enabled = false,
|
||||||
$fn_filter = '%(__name__)s',
|
$fn_filter = '%(__name__)s',
|
||||||
$fn_destemail = 'root@localhost',
|
$fn_destemail = 'root@localhost',
|
||||||
$fn_sender = 'root@localhost',
|
$fn_sender = 'root@localhost',
|
||||||
|
|||||||
Reference in New Issue
Block a user