Re: System.out.println statements not captured in catalina.out

2014-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tapajyoti, On 1/2/14, 3:42 AM, Tapajyoti Roybarman wrote: > I need to record all debug statements (System.out.println("xyz")) > from my application in catalina.out log. When I start Tomcat it > creates the log file and only records statements till t

Re: System.out.println statements not captured in catalina.out

2014-01-02 Thread Mark Eggers
On 1/2/2014 12:42 AM, Tapajyoti Roybarman wrote: Hi, I need to record all debug statements (System.out.println("xyz")) from my application in catalina.out log. When I start Tomcat it creates the log file and only records statements till the server startup. But after that, none of the System.out.

System.out.println statements not captured in catalina.out

2014-01-02 Thread Tapajyoti Roybarman
Hi, I need to record all debug statements (System.out.println("xyz")) from my application in catalina.out log. When I start Tomcat it creates the log file and only records statements till the server startup. But after that, none of the System.out.println() statements present in my JSPs get rec