From b3d8ba146b52478262d0637b8bab06cb6cb6aa20 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 4 Jan 2013 10:55:14 -0500 Subject: DOC: Mention that logrotate configuration needs to be adjusted if logtarget is changed (Closes: #697333) --- config/fail2ban.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/fail2ban.conf') diff --git a/config/fail2ban.conf b/config/fail2ban.conf index a8e2eb9a..f2f1b215 100644 --- a/config/fail2ban.conf +++ b/config/fail2ban.conf @@ -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 -- cgit v1.2.1