You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "jvz (via GitHub)" <gi...@apache.org> on 2023/01/27 16:52:01 UTC

[GitHub] [logging-log4j2] jvz opened a new issue, #1229: JMX should be disabled by default

jvz opened a new issue, #1229:
URL: https://github.com/apache/logging-log4j2/issues/1229

   ## Description
   
   JMX is an older API from Java for recording various metrics and publishing them along with other remote management features. It seems as though the [JDK Flight Recorder](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jfr/module-summary.html) API would be more appropriate to use in 3.x, though in the meantime, it would be nice to make JMX usage opt-in as it increases the time for a cold app start and is otherwise less commonly used these days thanks to things like JFR.
   
   If disabling JMX entirely seems too drastic, then the JMX functionality that exists in Log4j should be broken up into more fine-grained feature flags to allow for selective use of it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] JMX should be disabled by default (logging-log4j2)

Posted by "sdavids (via GitHub)" <gi...@apache.org>.
sdavids commented on issue #1229:
URL: https://github.com/apache/logging-log4j2/issues/1229#issuecomment-2053717504

   https://github.com/apache/logging-log4j2/pull/2468


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] JMX should be disabled by default (logging-log4j2)

Posted by "ppkarwasz (via GitHub)" <gi...@apache.org>.
ppkarwasz closed issue #1229: JMX should be disabled by default
URL: https://github.com/apache/logging-log4j2/issues/1229


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org