André Warnier wrote:
> Darrell Esau wrote:
>> Hi all,
>> Using tomcat 6.
>>
>> Stack traces go to my logs -- however it appears that after a certain
>> stack
>> trace is reported a few times, it'll stop posting the full stack trace
>> with
>> line numbers, and just post the exception name.
>>
>> For instance, I get a NullPointerException with the full stack trace,
>> then a
>> few minutes later it happens again, and I only get:
>> SEVERE: Servlet.service() for servlet MyServlet threw exception
>> java.lang.NullPointerException
>>
> If I were Tomcat and I was asked to print and re-print the same message
> over and over, I think I'd end up doing the same, maybe with just a note
> saying "same as above", or "..again !".  So maybe this is a feature ?

Nope. Too much hassle to work out it is the same message. Tomcat will log it in
full every time.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to