randacun
randacun

Reputation: 572

How Can I See the Logs of my Web Application Generated by Tomcat within IntelliJ

In IntelliJ Idea, I can view certain tomcat specific logs except the one generated by my web application. For example, if I have an application named myWebApp, tomcat usually generates myWebApp.log under its log directory. How can I display this in IntelliJ Idea? Thanks a lot.

Upvotes: 1

Views: 419

Answers (1)

ben75
ben75

Reputation: 28706

Did you look at "Edit Configurations... > Tab Logs" ? You can specify any log file to display in IDEA console.

enter image description here

Upvotes: 1

Related Questions