service-dolibarr/php-errors.ini
Glenn 769f1da8a5
All checks were successful
continuous-integration/drone/push Build is passing
hotfix(1/n): enable error logging
2024-08-06 18:52:21 +02:00

11 lines
236 B
INI

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