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.