service-dolibarr/php-errors.ini

13 lines
226 B
INI
Raw Normal View History

2018-03-26 08:57:39 +00:00
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
2024-08-06 16:52:21 +00:00
## For production
# display_errors = Off
# error_log = /dev/stderr
## For debugging
2025-01-12 10:31:37 +00:00
display_errors = Off
log_errors = On
error_log = /dev/stderr
2018-12-05 20:59:54 +00:00