[jboss-jira] [JBoss JIRA] Created: (JBAS-7418) Add the spring log category limit

Jim Ma (JIRA) jira-events at lists.jboss.org
Mon Nov 2 03:34:05 EST 2009


Add the spring log category limit
---------------------------------

                 Key: JBAS-7418
                 URL: https://jira.jboss.org/jira/browse/JBAS-7418
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Logging
            Reporter: Jim Ma
            Assignee: David Lloyd
             Fix For: JBossAS-5.2.0.Beta1


When run a spring based application in JBoss, the spring framework will dump the all the loaded beans full name. It's kind of debug information.  

We can limit the  spring category to WARN to block that information: 

   <!-- Limit the spring category to WARN-->
   <category name="org.springframework">
     <priority value="WARN"/>
   </category>

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

        



More information about the jboss-jira mailing list