RFR: 8237: Add support for Jolokia over Kubernetes proxy

Martin Skarsaune duke at openjdk.org
Sun Feb 16 22:25:56 UTC 2025


On Sun, 27 Oct 2024 08:53:39 GMT, Martin Skarsaune <duke at openjdk.org> wrote:

> The cause for the log initialization output is calling `Utils.getSystemPropertyOrEnvVar` . That is only used very briefly for that very particular use. Can look for alternatives.

However, other fabric8.io methods need slf4j quite immediately after that. As the log statement states, it will default to a NOOP logger that we believe is sufficient at this point (problems scanning contexts will manifest themselves as exceptions that should be sufficient to troubleshoot).

-------------

PR Comment: https://git.openjdk.org/jmc/pull/576#issuecomment-2442236979


More information about the jmc-dev mailing list