From c8c6f914c26714d53ccb32b89da419fb39c85adb Mon Sep 17 00:00:00 2001 From: Remo Date: Thu, 3 May 2018 20:16:02 +0200 Subject: [PATCH 1/2] disable mysql query log --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 2f89e8d0..a13ca9e2 100644 --- a/env-example +++ b/env-example @@ -453,7 +453,7 @@ MYSQL_ROOT_PASSWORD= ### ### Custom MySQL Runtime Settings ### -MYSQL_GENERAL_LOG=1 +MYSQL_GENERAL_LOG=0 ### ### Expose MySQL Port to Host From 3248c81c62270f5a3b6ded5984e80e8b7469d62d Mon Sep 17 00:00:00 2001 From: Remo Laubacher Date: Fri, 4 May 2018 08:53:46 +0200 Subject: [PATCH 2/2] set default value for general log in documentation --- docs/configuration-files/env-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration-files/env-file.rst b/docs/configuration-files/env-file.rst index ce25d363..50990418 100644 --- a/docs/configuration-files/env-file.rst +++ b/docs/configuration-files/env-file.rst @@ -1337,7 +1337,7 @@ As the Devilbox is intended to be used for development, this feature is turned o +-------------------------+-------------------+---------------------+ | Name | Allowed values | Default value | +=========================+===================+=====================+ -| ``MYSQL_GENERAL_LOG`` | ``0`` or ``1`` | ``1`` | +| ``MYSQL_GENERAL_LOG`` | ``0`` or ``1`` | ``0`` | +-------------------------+-------------------+---------------------+ **MySQL documentation:**