Change default log level to warn

This commit is contained in:
Colin McDonald 2016-07-10 12:45:41 -04:00
parent b6f987e75a
commit 5aa0827d18
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import io.vertx.ext.dropwizard.DropwizardMetricsOptions;
final class Main {
public static void main(String[] args) {
System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "error");
System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "warn");
System.setProperty("org.slf4j.simpleLogger.showThreadName", "false");
System.setProperty("vertx.logger-delegate-factory-class-name", "io.vertx.core.logging.SLF4JLogDelegateFactory");
Vertx.vertx(new VertxOptions().setMetricsOptions(