[jboss-jira] [JBoss JIRA] Created: (JBAOP-623) SystemOutLoggerPlugin dumps trace level to the console for ALL projects that log
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Fri Aug 15 19:06:00 EDT 2008
SystemOutLoggerPlugin dumps trace level to the console for ALL projects that log
--------------------------------------------------------------------------------
Key: JBAOP-623
URL: https://jira.jboss.org/jira/browse/JBAOP-623
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.CR15
Reporter: Jason T. Greene
If aop is used by a project, and logging is intended to be muted (null plugin is used), AOP installs a logger that dumps everything (not just AOP messages) at all levels to the console. This is because the init method is static and affects everything that uses the jboss Logger class. It would be much friendlier to other projects if the AOPLogger implemented this behavior instead of installing a global plugin. Also, it would be nice if the console output from it could be disabled via some property.
--
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