-
Task
-
Resolution: Done
-
Minor
-
None
-
None
I'm going to change jboss-log4j.xml to limit to INFO logging from the following categories:
sun
com.sun
javax.xml.bind
All three are extremely verbose at FINE level. They treat FINE the way we would treat log4j TRACE. But our logging impl maps FINE to DEBUG, so when we have DEBUG logging enabled, these categories flood the logs.