service-nextcloud/php-errors.ini

12 lines
236 B
INI
Raw Normal View History

2024-08-13 18:07:22 +00:00
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