Reputation: 572
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
Reputation: 28706
Did you look at "Edit Configurations... > Tab Logs" ? You can specify any log file to display in IDEA console.
Upvotes: 1