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