slf4j logging with jdk – how to enable debug?
Why do you think it does not log DEBUG messages? If you mean that your log.debug(String) logging calls do not end up in java.util.logging log files, then I guess you have to configure the logging.properties configuration file to allow log messages at FINE level. If you do not want to mess with the global %JRE_HOME%/lib/logging.properties, … Read more