[jboss-jira] [JBoss JIRA] Reopened: (JBAS-7418) Add the spring log category limit
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Fri Nov 6 09:45:11 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan reopened JBAS-7418:
----------------------------------
Fix in trunk is incorrect:
The correct syntax is:
<logger category="org.springframework">
<level name="WARN"/>
</logger>
> 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