ECS logging (awslogs driver) only logging apache server startup logs to cloudwatch, no error.log & no access.log
I have the problem that my ECS logs (awslogs driver) are not working as expected. In Cloudwatch I'm only seeing the server startup logs & not the useful logs from the apache (/var/log/apache2/error.log & /var/log/apache2/access.log) I have a docker multicontainer…