Re: exceptions and log levels

2012-07-26 Thread Peter Adolphs
On 25.07.2012 18:54, Jaroslaw Cwiklik wrote: > Peter, I don't recall a specific reason why Exceptions caught in > ArtifactProducts.run() method are only logged at Level.FINER. This > seems wrong to me. I remember putting conditionals around all logging > though. Perhaps this was a cut and paste mis

Re: exceptions and log levels

2012-07-25 Thread Jaroslaw Cwiklik
Peter, I don't recall a specific reason why Exceptions caught in ArtifactProducts.run() method are only logged at Level.FINER. This seems wrong to me. I remember putting conditionals around all logging though. Perhaps this was a cut and paste mistake. I'll add JIRA to fix this. If you want to hand

exceptions and log levels

2012-07-25 Thread Peter Adolphs
Hi! I've written a CollectionReader implementation that can throw an Exception in the getNext() method. I've only configured the java.util.logging root logger to use a ConsoleHandler with Level.ALL. Without touching the log configuration of the UIMA packages, any Exception thrown in the Collection