Change default log level back to error

This commit is contained in:
Colin McDonald 2016-07-11 18:38:48 -04:00
parent 536de6d8b2
commit b9c9a3f9bc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import io.vertx.ext.dropwizard.DropwizardMetricsOptions;
final class Main { final class Main {
public static void main(String[] args) { public static void main(String[] args) {
System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "warn"); System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "error");
System.setProperty("org.slf4j.simpleLogger.showDateTime", "true"); System.setProperty("org.slf4j.simpleLogger.showDateTime", "true");
System.setProperty("org.slf4j.simpleLogger.dateTimeFormat", "h:mm:ss a"); System.setProperty("org.slf4j.simpleLogger.dateTimeFormat", "h:mm:ss a");
System.setProperty("org.slf4j.simpleLogger.showThreadName", "false"); System.setProperty("org.slf4j.simpleLogger.showThreadName", "false");