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
|
||||
log_errors = On
|
||||
|
||||
## For production
|
||||
# display_errors = Off
|
||||
# error_log = /dev/stderr
|
||||
|
||||
## For debugging
|
||||
display_errors = On
|
||||
error_log = /var/log/php-errors.log
|
||||
display_errors = Off
|
||||
|
||||
log_errors = On
|
||||
error_log = /dev/stderr
|
||||
|
||||
|
|
Loading…
Reference in a new issue