--- old/Loggers.java 2016-06-03 03:31:03.000000000 +0300 +++ new/Loggers.java 2016-06-03 03:31:21.000000000 +0300 @@ -59,8 +59,6 @@ private static boolean shouldUseSLF4J() { try { Class.forName("org.slf4j.LoggerFactory"); - // Don't use SLF4J unless a logging implementation has been configured for it - Class.forName("org.slf4j.impl.StaticLoggerBinder"); return true; } catch (ClassNotFoundException e) { return false;