diff --git a/app/debug.php b/app/debug.php index 25ea8d1..2809381 100644 --- a/app/debug.php +++ b/app/debug.php @@ -1,9 +1,8 @@ file_get_contents('php://input'), diff --git a/config/php.ini b/config/php.ini index 8e508f0..49c3f22 100644 --- a/config/php.ini +++ b/config/php.ini @@ -483,7 +483,7 @@ memory_limit = 128M ; Development Value: E_ALL ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT ; https://php.net/error-reporting -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT +error_reporting = E_ERROR ; This directive controls whether or not and where PHP will output errors, ; notices and warnings too. Error output is very useful during development, but @@ -587,7 +587,7 @@ report_memleaks = On ; empty. ; https://php.net/error-log ; Example: -;error_log = php_errors.log +error_log = /logs/php_error ; Log errors to syslog (Event Log on Windows). ;error_log = syslog