The property org.nuxeo.runtime.redirectJUL (and .threshold) is used by the runtime to determine if java.util.logging should redirect to Apache Commons. It's useful to disable this in some embedded situations.
However the use of the property is done before properties are loaded, which makes it effectively ignored.
The same applies to the new org.nuxeo.runtime.log4jwatch.disabled.
- is related to
-
NXP-22131 Allow dynamic log4j.xml configuration changes
- Resolved