java - The path of the tomcat log file -


i'm working intellej seems there problems logging want watch tomcat log file terminal.

the problem tomcat server embedded since i'm using spring boot, , cant find path of catalina.log file.

normally, i'm using command keep track on changes made on catalina.out file :

tail -f /var/log/tomcat7/catalina.out 

so how can watch log file of embedded tomcat server ?

thanks in advance.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -