From 5d6a84ba78a7dd317b180391e90ce37c0509a1eb Mon Sep 17 00:00:00 2001 From: Holston Date: Wed, 3 Oct 2018 09:02:38 +0100 Subject: [PATCH] Updated to correct logging option --- config/filter.d/mysqld-auth.conf | 2 +- config/jail.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/filter.d/mysqld-auth.conf b/config/filter.d/mysqld-auth.conf index 940298cc..43752900 100644 --- a/config/filter.d/mysqld-auth.conf +++ b/config/filter.d/mysqld-auth.conf @@ -3,7 +3,7 @@ # # To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld]: # log-error=/var/log/mysqld.log -# log-warning = 2 +# log-warnings = 2 # # If using mysql syslog [mysql_safe] has syslog in /etc/my.cnf diff --git a/config/jail.conf b/config/jail.conf index 32b6647e..aabab430 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -736,7 +736,7 @@ maxretry = 10 # To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld] or # equivalent section: -# log-warning = 2 +# log-warnings = 2 # # for syslog (daemon facility) # [mysqld_safe]