[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2071) Introduce log attribute to exception handlers

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Mon Oct 8 11:30:03 EDT 2007


Introduce log attribute to exception handlers
---------------------------------------------

                 Key: JBSEAM-2071
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2071
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 2.0.0.CR2
            Reporter: Shane Bryzak
         Assigned To: Shane Bryzak
            Priority: Minor
             Fix For: 2.0.x


As suggested by Gavin in the forum post, we should be able to suppress logging of specific exception types.  That way people can decide whether they want NotLoggedInException etc errors cluttering up their log file.

<exception class="MyException" log="false">
    ...
</exception>	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list