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.
Asked
Active
Viewed 3,364 times
2 Answers
0
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'

Alex Chen-WX
- 521
- 2
- 5
-
Also you need to click 'open' for 'Application log record(BLOB storage)' and choose 'log record grade' on 'Configuration' page. This is to save your log into a Storage service. – Alex Chen-WX Feb 24 '16 at 07:07
-
I didn't deploy my app in App Services, I deployed in cloud services. – Ronald Randon Feb 24 '16 at 08:56
-
The answer is not helpful for the question – juvchan Feb 24 '16 at 13:23