docker: add settings to print errors from PHP

This commit is contained in:
Zankaria 2025-02-13 13:51:48 +01:00
parent 41b497bbb2
commit 9b29879eaf

4
docker/php/logging.ini Normal file
View File

@ -0,0 +1,4 @@
; log PHP errors to a file. E_ALL=32767
log_errors = on
error_reporting = 32767
error_log = /proc/1/fd/1