hotfix(1/n): enable error logging
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fbf104d74
commit
769f1da8a5
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
|
||||
display_errors = Off
|
||||
|
||||
log_errors = On
|
||||
error_log = /dev/stderr
|
||||
|
||||
## For production
|
||||
# display_errors = Off
|
||||
# error_log = /dev/stderr
|
||||
|
||||
## For debugging
|
||||
display_errors = On
|
||||
error_log = /var/log/php-errors.log
|
||||
|
||||
|
|
Loading…
Reference in a new issue