Compare commits

...

1 commit

Author SHA1 Message Date
769f1da8a5 hotfix(1/n): enable error logging
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-06 18:52:21 +02:00

View file

@ -1,6 +1,11 @@
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
display_errors = Off
log_errors = On 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