We use an appender to track any ERROR level messages from the jBoss server and/or our 
application. This is done so our system administrators can be alerted to any 
ERROR-level logging concerns. There are plenty of times when an Application Exception 
thrown by the EJB tier doesn't warrant administrative attention. It is simply thrown 
as an indication to the client that an illegal state exists.

It is a pain to cull these "expected" exceptions from the real attention needing 
non-application exceptions.

Perhaps application exceptions can be logged with WARN while non-application 
exceptions are treated as ERROR?

_________________________________________________________
View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=9819

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to