Skip to content

Commit

Permalink
Follow naming pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 19, 2023
1 parent 62ba3ee commit a4dbe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/defaults/custom.template.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ console = {{ getenv "MARIADB_CONSOLE" "1" }}
#
log_warnings = {{ getenv "MARIADB_LOG_WARNINGS" "2" }}
# Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf
log_error = /config/log/mysql/error.log
log_error = /config/log/mysql/mariadb-error.log
#
# Enable the slow query log to see queries with especially long duration
slow_query_log = {{ getenv "MARIADB_SLOW_QUERY_LOG" "1" }}
Expand Down

0 comments on commit a4dbe8e

Please sign in to comment.