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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -