0 Replies Latest reply on Jan 8, 2010 11:45 PM by deanhiller2000

    how to prevent seam logging of normal exceptions?

    deanhiller2000

      Seam tends to log all exceptions as errors and we really would like to prevent that so when we throw a NotLoggedOInException, seam is not logging it.  When an AuthorizationException is thrown as user does not have permission, we are not logging at as an ERROR.  The reason is we have tools scanning our logs and logging every ERROR or WARN as a bug.  our logs are super clean and any WARN or ERROR is solved as soon as we run into it which is not too often, but once we release this seam app, we are seeing normal exceptions logged as errors every hour which we don't want and we have had to turn off our bug reporting system so as not to be flooded.  Is there any way to do this?


      thanks,
      Dean