3 Replies Latest reply on Jan 19, 2006 10:15 AM by theute

    Debug level

    truto

      HI, is there a way to increase/decrease debug level on seam-only? Something on seam.properties?
      thx

        • 1. Re: Debug level
          theute

          Just modify:
          server/default/conf/log4j.xml
          to fulfill you needs.

          • 2. Re: Debug level
            truto

            Thanks. I have already tried to set everything to DEBUG but the seam debug messages don't appear.

            I'm getting this warning: "[SeamVariableResolver] Seam component hides managed bean with same name"
            which is produced on src/main/org/jboss/seam/jsf/SeamVariableResolver.java and I wanted to see what are names arriving to this code. The warnings are shown but the debugs not.

            • 3. Re: Debug level
              theute

              Look into server.log that is configured to show the DEBUG info or change the level of the CONSOLE configuration from INFO to DEBUG if you prefer