webdevops / Dockerfile

:package: Dockerfiles from WebDevOps for PHP, Apache and Nginx
https://webdevops.io/projects/dockerfiles/
MIT License
1.67k stars 493 forks source link

Unable to see error logs when using with ECS and CloudWatch #218

Open danielbehrendt opened 6 years ago

danielbehrendt commented 6 years ago

We're unable to see any logged PHP errors when we use your PHP image on AWS - ECS and CloudWatch. Is this because error_logs are set to /docker.stderr?

How can this be changed?

coding46 commented 6 years ago

@bitmatix Give docker logs $CONTAINER a try.