From ab2a1c52ecf94cf3de04bd008805bb337f8f9241 Mon Sep 17 00:00:00 2001 From: Paul J Stevens Date: Sun, 13 Aug 2023 14:27:13 +0200 Subject: [PATCH] tweaking config --- bin/install.sh | 2 -- custom.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 55022c3..be11f28 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -14,8 +14,6 @@ wp config set DB_HOST "${WORDPRESS_DB_HOST}:3306" wp config set DB_NAME "$WORDPRESS_DB_NAME" wp config set DB_USER "$WORDPRESS_DB_USER" wp config set DB_PASSWORD "$WORDPRESS_DB_PASSWORD" -wp config set WP_DEBUG "true" -wp config set WP_DEBUG_LOG "true" # Install wp db check diff --git a/custom.ini b/custom.ini index 5cd3930..0f69eed 100644 --- a/custom.ini +++ b/custom.ini @@ -591,7 +591,7 @@ report_memleaks = On ; Example: ;error_log = php_errors.log ; Log errors to syslog (Event Log on Windows). -;error_log = syslog +error_log = syslog ; The syslog ident is a string which is prepended to every message logged ; to syslog. Only used when error_log is set to syslog.