You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fa...@firstunion.com on 2000/08/01 21:28:48 UTC

Stack trace in the log

Hi,

I'm trying to use the method

GenericServlet.log(String, Throwable)

which is supposed to white the first parameter to the log file together
with the stack trace of the Throwable object (second argument). I do get
the first parameter written to the log file, but I don't see any stack
trace. I've checked servlet.log an tomcat.log files.

Is there some switch that enables/disables the logging of stack traces that
I should turn to on? Or this feature is not implemented yet in Tomcat?

Thanks,

Faustas