11 lines
524 B
Text
11 lines
524 B
Text
[DEFAULT]
|
|
|
|
# Option: logtarget
|
|
# Notes.: Set the log target. This could be a file, SYSTEMD-JOURNAL, SYSLOG, STDERR or STDOUT.
|
|
# Only one log target can be specified.
|
|
# If you change logtarget from the default value and you are
|
|
# using logrotate -- also adjust or disable rotation in the
|
|
# corresponding configuration file
|
|
# (e.g. /etc/logrotate.d/fail2ban on Debian systems)
|
|
# Values: [ STDOUT | STDERR | SYSLOG | SYSOUT | SYSTEMD-JOURNAL | FILE ] Default: STDERR
|
|
logtarget = STDOUT
|