From 5851551e5a3424578c2431093b70bdada4f176f8 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Thu, 20 Feb 2020 01:35:41 -0600 Subject: [PATCH] Update instructions in .env samples to reflect new helper command. --- azuracast.dev.env | 2 ++ azuracast.sample.env | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/azuracast.dev.env b/azuracast.dev.env index 49d1ed926..04dde9150 100644 --- a/azuracast.dev.env +++ b/azuracast.dev.env @@ -54,5 +54,7 @@ MYSQL_RANDOM_ROOT_PASSWORD=yes # Log slower queries for the purpose of diagnosing issues. Only turn this on when # you need to, by uncommenting this and switching it to 1. +# To read the slow query log once enabled, run: +# docker-compose exec mariadb slow_queries MYSQL_SLOW_QUERY_LOG=1 diff --git a/azuracast.sample.env b/azuracast.sample.env index a909eff49..e243fec9b 100644 --- a/azuracast.sample.env +++ b/azuracast.sample.env @@ -65,8 +65,8 @@ MYSQL_RANDOM_ROOT_PASSWORD=yes # Log slower queries for the purpose of diagnosing issues. Only turn this on when # you need to, by uncommenting this and switching it to 1. -# To read the slow query log once enabled, run: -# docker-compose exec mariadb mysqldumpslow /var/log/mysql/slow.log +# To read the slow query log once enabled, run: +# docker-compose exec mariadb slow_queries # Default: 0 MYSQL_SLOW_QUERY_LOG=0