I'm running Chevereto 4.3.7 (Docker version) and encountered an issue when uploading a .gif file.
The upload process fails with the following error message on the web UI:

I have already enabled “Debug errors” in the system settings and followed the official Debug documentation, but there is no useful information or stack trace on the page.
The JSON response is :
I also ran this command:
Is there any way to make Chevereto or PHP output detailed error logs in Docker (e.g., to php://stderr or another file)?
The upload process fails with the following error message on the web UI:

I have already enabled “Debug errors” in the system settings and followed the official Debug documentation, but there is no useful information or stack trace on the page.
The JSON response is :
{"status_code":500,"error":{"message":"Invalid file checksum [Code: 100]","type":"Exception","time":"2025-11-03T16:55:26+00:00","code":100,"id":"6908de7e11556"},"status_txt":"Internal Server Error"}
I also ran this command:
However, there are no new error logs, only old entries from last week.docker logs e5715c617656 -f 1>/dev/null
Is there any way to make Chevereto or PHP output detailed error logs in Docker (e.g., to php://stderr or another file)?