where and how to read results of ebextensions execution?

amazon-elastic-beanstalk, amazon-web-services

Solution

On a Linux 32 bits Tomcat 7 container, I was able to find logs at: `/var/log/eb-tools.log`, where I was able to see which of my commands failed.

Problem

I added `.ebextensions/start.config` file to the root folder of my WAR bundle (as suggested by AWS), deployed it to Elastic Beanstalk, but nothing happened. Where in the EC2 instance can I see log of this file processing? Or maybe I can see this information in TAIL report of EBT?

Original source