Hi,

the UIMA-AS code uses printStackTrace() here and there once in a while.

The problem with printStackTrace() is that it does not print the date
and it is also difficult to find in which line the exception was actually
handled because it only prints out the exception itself.

I suggest that we just do a search for printStackTrace() and replace
all occurrences with a log statement.

Jörn

Reply via email to