add error.logLevel
This commit is contained in:
@@ -446,7 +446,8 @@ memory_limit = -1
|
|||||||
; Development Value: E_ALL
|
; Development Value: E_ALL
|
||||||
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
|
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||||
; http://php.net/error-reporting
|
; 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,
|
; This directive controls whether or not and where PHP will output errors,
|
||||||
; notices and warnings too. Error output is very useful during development, but
|
; notices and warnings too. Error output is very useful during development, but
|
||||||
|
|||||||
Reference in New Issue
Block a user