有人可以让我知道如何禁用日志记录或将日志级别设置为http://mvnrepository.com/artifact/com.amazonaws/elasticache-java-cluster-client/1.0.61.0
的错误它使用下面的spymemcached实现。
System.setProperty("net.spy.log.LoggerImpl", "net.spy.memcached.compat.log.SunLogger");
java.util.logging.Logger.getLogger("net.spy.memcached").setLevel(java.util.logging.Level.SEVERE);
我正在使用上述内容,但我需要使用SLF4J