From 5aa876da72901ec8cc9224a51381c81280179444 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 20 Oct 2013 21:24:42 -0400 Subject: [PATCH] minor change to FileHandler.pattern Former-commit-id: 3a792f63ffbae182a7687c9eabfe70191172ebd9 --- dependency-check-cli/src/main/resources/log.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dependency-check-cli/src/main/resources/log.properties b/dependency-check-cli/src/main/resources/log.properties index 4075748da..373c97156 100644 --- a/dependency-check-cli/src/main/resources/log.properties +++ b/dependency-check-cli/src/main/resources/log.properties @@ -7,8 +7,6 @@ handlers=java.util.logging.ConsoleHandler # Configure the ConsoleHandler. java.util.logging.ConsoleHandler.level=INFO -org.owasp.dependencycheck.data.nvdcve.xml - # Configure the FileHandler. java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter java.util.logging.FileHandler.level=FINE @@ -21,4 +19,4 @@ java.util.logging.FileHandler.level=FINE # %g - generation number for rotating logs # %u - unique number to avoid conflicts # FileHandler writes to %h/demo0.log by default. -java.util.logging.FileHandler.pattern=./logs/DependencyCheck.log \ No newline at end of file +java.util.logging.FileHandler.pattern=./dependency-check.log \ No newline at end of file