From f3f813a925c23951d7dbe3c86a8f5fb88b635c8c Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 9 Mar 2016 13:52:50 -0700 Subject: [PATCH] - mysqld does not log login attempts to the journal. - Add /var/log/mysqld.log to mysql_log --- config/paths-fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/paths-fedora.conf b/config/paths-fedora.conf index e91845a1..d13645b1 100644 --- a/config/paths-fedora.conf +++ b/config/paths-fedora.conf @@ -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