Logging resources under the JVM resource type have configuration support that display the currently defined logging categories. The problem is that as more and more code runs in a given JVM it'll initialize more categories. This interacts with the configuration check subsystem to cause an excessive # of changes to be detected. This can have a serious performance impact in very large environments. To avoid this set of problems we'll have a plugin configuration for the Logging resource type that allows you to enable it configuration facet. It will default to false thus avoiding these detected config changes.
Not sure what we're supposed to be looking at in the UI here to confirm this new config option.
It will be on the Logging service beneath a JVM Server. You'll want to go to the Connection subtab of the Inventory tab in the UI
QA Verified.
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2366