3
votes

Deployed my web app in Azure cloud service using Eclipse Azure Toolkit. I chose tomcat for the application server. App is deployed successfully. But how should I view the tomcat logs for the deployed app? I didn't find any options in azure portal.

2

2 Answers

0
votes

You can go to azure portal,

1) click 'Web Application', then find you web app and click to get in.

2) go to 'Configuration' page, scroll down, find 'WEB server log record', choose 'Storage'.

3) click 'Manage Storage' to store you log file into a 'Storage'.

4) restart your tomcat, then I think you can see the log files in 'Storage'

0
votes

You can create Stream Analytics to collect and filter log :)