Hi all,

I'm using tomcat 6.0.18.  I've got an older app which, for logging, mostly
just prints stack traces to System.out.

When tomcat starts, any stack trace printed this way will print out fully
and be visible in catalina.out

However, after the server has been running some time, when those same
exceptions keep getting printed, they start to become truncated to a single
line of text, such as:

java.lang.ArrayIndexOutOfBoundsException


Is there some configuration setting that I can change to make it continue
to print out the full stack trace?

Thanks,
-d

Reply via email to