mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- mysqld does not log login attempts to the journal.
- Add /var/log/mysqld.log to mysql_log
This commit is contained in:
parent
dfc65018da
commit
f3f813a925
1 changed files with 1 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ apache_access_log = /var/log/httpd/*access_log
|
|||
exim_main_log = /var/log/exim/main.log
|
||||
|
||||
mysql_log = /var/log/mariadb/mariadb.log
|
||||
/var/log/mysqld.log
|
||||
|
||||
roundcube_errors_log = /var/log/roundcubemail/errors
|
||||
|
||||
|
|
@ -48,4 +49,3 @@ pureftpd_backend = systemd
|
|||
wuftpd_backend = systemd
|
||||
postfix_backend = systemd
|
||||
dovecot_backend = systemd
|
||||
mysql_backend = systemd
|
||||
|
|
|
|||
Loading…
Reference in a new issue