Update php-errors.ini
This commit is contained in:
parent
5132c3a308
commit
5788ec028d
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
|
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
|
||||||
log_errors = On
|
|
||||||
|
|
||||||
## For production
|
## For production
|
||||||
# display_errors = Off
|
# display_errors = Off
|
||||||
# error_log = /dev/stderr
|
# error_log = /dev/stderr
|
||||||
|
|
||||||
## For debugging
|
## For debugging
|
||||||
display_errors = On
|
display_errors = Off
|
||||||
error_log = /var/log/php-errors.log
|
|
||||||
|
log_errors = On
|
||||||
|
error_log = /dev/stderr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue