[jboss-jira] [JBoss JIRA] Assigned: (JBAS-7418) Add the spring log category limit
Jim Ma (JIRA)
jira-events at lists.jboss.org
Thu Nov 5 01:02:06 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jim Ma reassigned JBAS-7418:
----------------------------
Assignee: Jim Ma (was: David Lloyd)
> 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: Jim Ma
> 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