TrafeX/docker-php-nginx

where are php_errors written?

theking2 opened this issue · 2 comments

I do have trigger_error('', E_USER_ERROR); in my code but they don't end up in in /var/log.

TrafeX commented

Hi @theking2 ,

They are outputted to the logs of the Docker container which you can see with docker logs -f <container name>

thanks