theking2 opened this issue a year ago · 2 comments
I do have trigger_error('', E_USER_ERROR); in my code but they don't end up in in /var/log.
Hi @theking2 ,
They are outputted to the logs of the Docker container which you can see with docker logs -f <container name>
docker logs -f <container name>
thanks