How to map levels of java.util.logging and SLF4J logger?
From the SLF4JBridgeHandler docs and testing (annotated with brackets): [ALL -> TRACE] FINEST -> TRACE FINER -> DEBUG FINE -> DEBUG [CONFIG -> INFO] INFO -> INFO WARNING -> WARN SEVERE -> ERROR [OFF -> ERROR]