[jboss-user] [JBoss Seam] - Re: Logging all uncaught exceptions to a separate Logger?

stephen.friedrich do-not-reply at jboss.com
Tue Oct 16 05:55:12 EDT 2007


Addition for anybody who might find this post later on - including myself ;-)

My own servlet filter never caught any exceptions.
Turned out that Seam's built-in filter already logs and swallows all exceptions.
Luckily it is a simple log4j configuration to redirect that log:
    <category name="org.jboss.seam.web.ExceptionFilter">
  |         <priority value="ERROR"/>
  |         <appender-ref ref="error"/>
  |     </category>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095536#4095536

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095536



More information about the jboss-user mailing list