From 9c369688017849ab7d42c5d0bf7906ddda1dd264 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Tue, 30 Oct 2012 21:21:12 -0400 Subject: [PATCH] changed logging levels Former-commit-id: b4b89c7785bbaafcd3e0dc280bf8f050f6c52eb0 --- src/main/resources/configuration/log.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/configuration/log.properties b/src/main/resources/configuration/log.properties index 158c15ef8..51a88bb8f 100644 --- a/src/main/resources/configuration/log.properties +++ b/src/main/resources/configuration/log.properties @@ -4,7 +4,9 @@ handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler # FINEST, FINER, FINE, CONFIG, INFO, WARNING and SEVERE. # Configure the ConsoleHandler. -java.util.logging.ConsoleHandler.level=SEVERE +java.util.logging.ConsoleHandler.level=WARNING + +org.codesecure.dependencycheck.data.nvdcve.xml # Configure the FileHandler. java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter