> -----Original Message-----
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 05, 2002 3:24 PM
> To: [EMAIL PROTECTED]
> Subject: [VOTE] Make errors caught only by Cocoon.java
>
>
> I would really like to see the errors caught ONLY by Cocoon.java, and
> logged there. It would reduce the problems we are having a LOT.
>
> +1
>
I would like to extend this proposal a little bit by:
"Exceptions are only logged when they are consumed (and not rethrown)".
So, if I write
try {
...
} catch (Exception e) {
// ignore this...
}
this should be logged, perhaps not with level error, but debug.
Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]