linux

[Linux] tomcat log보기

tonirr 2020. 7. 7. 20:18

파일을 베포할 때에는 tomcat실행 ssh하나 로그보는 ssh를 하나씩 띄워놓는다.

 

로그보는 ssh에

tail -f /usr/local/tomcat/logs/catalina.out 명령어를 실행.

(tomcat 경로 logs폴더 안에 있는 catalina.out을 실행)

 

실시간으로 로그를 확인할 수 있음