mirror of https://github.com/fail2ban/fail2ban
Updated to correct logging option
parent
d67e42efa2
commit
5d6a84ba78
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld]:
|
# To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld]:
|
||||||
# log-error=/var/log/mysqld.log
|
# log-error=/var/log/mysqld.log
|
||||||
# log-warning = 2
|
# log-warnings = 2
|
||||||
#
|
#
|
||||||
# If using mysql syslog [mysql_safe] has syslog in /etc/my.cnf
|
# If using mysql syslog [mysql_safe] has syslog in /etc/my.cnf
|
||||||
|
|
||||||
|
|
|
@ -736,7 +736,7 @@ maxretry = 10
|
||||||
|
|
||||||
# To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld] or
|
# To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld] or
|
||||||
# equivalent section:
|
# equivalent section:
|
||||||
# log-warning = 2
|
# log-warnings = 2
|
||||||
#
|
#
|
||||||
# for syslog (daemon facility)
|
# for syslog (daemon facility)
|
||||||
# [mysqld_safe]
|
# [mysqld_safe]
|
||||||
|
|
Loading…
Reference in New Issue