From 6d9397387844002cacb48018e10cacb2d0cb0630 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 15 Feb 2023 20:14:47 +0100 Subject: [PATCH] Add missing section --- templates/mariadb.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/mariadb.conf b/templates/mariadb.conf index 270affd..a533a04 100644 --- a/templates/mariadb.conf +++ b/templates/mariadb.conf @@ -1,5 +1,6 @@ # Ansible managed +[mysqld] # slow log slow_query_log = 1 slow_query_log_file = {{ slowlog_query_log_file }}