Custom configurer class for java.util.logging is unable to set logger levels because the logger doesn’t exist
My application uses slf4j log filters, and the filter is complicated enough that I need logging in it, but I can’t use slf4j, so I have to use java.util.logging
.