Send PHP errors to STDERR
This commit is contained in:
parent
d7a3e9de0a
commit
19f863c799
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
|
||||
display_errors = Off
|
||||
|
||||
log_errors = On
|
||||
error_log = /dev/stderr
|
||||
|
||||
|
|
Loading…
Reference in a new issue