You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Philipp Schneider (JIRA)" <ji...@apache.org> on 2019/02/07 16:27:00 UTC

[jira] [Created] (LOG4J2-2546) Wrong property mentioned for log4j2.disable.jmx

Philipp Schneider created LOG4J2-2546:
-----------------------------------------

             Summary: Wrong property mentioned for log4j2.disable.jmx
                 Key: LOG4J2-2546
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2546
             Project: Log4j 2
          Issue Type: Documentation
          Components: Documentation
            Reporter: Philipp Schneider


On the documentation page [https://logging.apache.org/log4j/2.x/manual/jmx.html] the property "{{log4j2.disableJmx}}" is mentioned.

It should be "log4j2.disable.jmx" though.

See org.apache.logging.log4j.core.jmx.Server:
{code:java}
private static final String PROPERTY_DISABLE_JMX = "log4j2.disable.jmx";{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)