Not a major question, but I'm curious.
The MBean Object Name for the JMXConfigurator is "Name=default,Type=ch.qos.logback.classic.jmx.JMXConfigurator". The key names in the key property list appear to be inconsistent with Oracle's
JMX best practices document, which recommend using "type" and "name" as the keys, not "Type" and "Name". Per the same document, "Object Names are case sensitive." So these keys do not match the Oracle recommended keys.