mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
DOC: Mention that logrotate configuration needs to be adjusted if logtarget is changed (Closes: #697333)
This commit is contained in:
parent
05af52e833
commit
8f0c533d64
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ loglevel = 3
|
|||
# Option: logtarget
|
||||
# Notes.: Set the log target. This could be a file, 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 file Default: /var/log/fail2ban.log
|
||||
#
|
||||
logtarget = /var/log/fail2ban.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue