Dominique Broeglin created WFCORE-1429:
------------------------------------------
Summary: Add property to skip
Key: WFCORE-1429
URL:
https://issues.jboss.org/browse/WFCORE-1429
Project: WildFly Core
Issue Type: Feature Request
Components: Logging
Reporter: Dominique Broeglin
Assignee: James Perkins
Priority: Minor
At startup, Wildfly checks that the default log manager (as returned by
{{java.util.logging.LogManager.getLogManager()}} ) is
{{org.jboss.logmanager.LogManager}}:
https://github.com/wildfly/wildfly-core/blob/master/logging/src/main/java...
This breaks some cases where the LogManager is wrapped because of the needs of that
particular JVM like in OSv (
https://github.com/cloudius-systems/osv/blob/master/java/runjava/src/main...
).
As suggested on the mailing list, I would like to propose adding a property to bypass that
check. Something along the lines of "jboss.logging.logManagerCheck =
false/true"
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)