[jboss-jira] [JBoss JIRA] (WFCORE-1429) Add property to skip LogManager check at startup

James Perkins (JIRA) issues at jboss.org
Tue Aug 16 18:00:01 EDT 2016


    [ https://issues.jboss.org/browse/WFCORE-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279952#comment-13279952 ] 

James Perkins commented on WFCORE-1429:
---------------------------------------

One other cause for concern is boot strap logging may not get configured. The logging subsystem does seem to work however.

> Add property to skip LogManager check at startup
> ------------------------------------------------
>
>                 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
>             Fix For: 3.0.0.Alpha6
>
>
> 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/org/jboss/as/logging/LoggingExtension.java#L146
> 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/java/io/osv/jul/LogManagerWrapper.java ).
> 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)


More information about the jboss-jira mailing list