Reduce the amount of info level logging
---------------------------------------
Key: OWB-364
URL: https://issues.apache.org/jira/browse/OWB-364
Project: OpenWebBeans
Issue Type: Improvement
Components: Core
Affects Versions: M4
Reporter: Joe Bergmark
Assignee: Joe Bergmark
Priority: Minor
There is some info level logging that probably could be moved to debug level.
Two ones that jump out during app startup and while driving requests are:
1) BeansDeployer defineManagedBean outputs for every class in the BDA. This
could be a ton of output for complex applications. I think this could be moved
to a level less than info without any major issues.
2) WebBeansPhaseListener before/after phase outputs two info level messages
each time it is invoked. As this comes out per request, I feel it should
definitely be moved to a level below info.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.