add error.logLevel

This commit is contained in:
root
2025-04-23 20:47:41 +08:00
parent cfac94ed50
commit 11922074a4

View File

@@ -446,7 +446,8 @@ memory_limit = -1
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
; http://php.net/error-reporting
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
error_reporting = E_ERROR | E_PARSE
; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but