File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- ## Version 2022/08/06
1+ ## Version 2025/01/30
22# Common
33#
44
@@ -71,7 +71,7 @@ proftpd_backend = %(default_backend)s
7171pureftpd_log = %(syslog_ftp)s
7272pureftpd_backend = %(default_backend)s
7373
74- # ftp, daemon and then local7 are tried at configure time however it is overwriteable at configure time
74+ # ftp, daemon and then local7 are tried at configure time however it is overwritable at configure time
7575#
7676wuftpd_log = %(syslog_ftp)s
7777wuftpd_backend = %(default_backend)s
@@ -91,7 +91,12 @@ dovecot_backend = %(default_backend)s
9191# Seems to be set at compile time only to LOG_LOCAL0 (src/const.h) at Notice level
9292solidpop3d_log = %(syslog_local0)s
9393
94- mysql_log = %(syslog_daemon)s
94+ mysql_log = %(logs_path)s/mariadb/mariadb.log
95+ %(logs_path)s/mariadb/error.log
96+ %(logs_path)s/mysql/mysqld.log
97+ %(logs_path)s/mysql/error.log
98+ %(logs_path)s/mysqld.log
99+
95100mysql_backend = %(default_backend)s
96101
97102# jail.d/*.conf variables
You can’t perform that action at this time.
0 commit comments