Where does system.out.println print from a JSP?

后端 未结 2 1906
栀梦
栀梦 2020-12-09 21:12

Where does tomcat put the System.out.println output ?

I\'m not interested in out.println. I\'m using a system that uses system.out

2条回答
  •  再見小時候
    2020-12-09 21:46

    CATALINA_HOME/logs/stdout_YYYYMMDD.log

    is the default, where CATALINA_HOME is your base Tomcat directory. There are various ways to change this programatically and via configuration.

提交回复
热议问题