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