3 Replies Latest reply on May 15, 2005 2:31 PM by ericl

    Filtering out security exceptions

    ericl

      I find that it's quite common for users to login with an incorrect password. Every time this happens, JBoss logs an exception, like this:

      ERROR [org.jboss.ejb.plugins.SecurityInterceptor] Authentication exception, principal=Doug
      ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException, causedBy:
      ...

      The problem is that these exceptions add a lot of noise to the output logs and make it difficult to track down real errors. How can I turn this off?

      Thanks,
      Eric