// Hijack JUL
SLF4JBridgeHandler.removeHandlersForRootLogger();
SLF4JBridgeHandler.install();
final int verbose = config.getVerbosity();
final Level level = get(asList(INFO, DEBUG, ALL), verbose, ALL);
final File logconfig = config.getConfigFile();
if (logconfig != null) {
LoggingConfigurator.configure(logconfig);
} else {