From d9a322b533e5541a68040ad6b62ffeaf370f19b9 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 21 Jun 2015 06:15:40 -0400 Subject: [PATCH] added logback Former-commit-id: 3179f2fd13329ce3b83126b70dfa516c551978a4 --- .../src/main/resources/log.properties | 23 ------------------- .../src/main/resources/log.properties | 22 ------------------ .../src/main/resources/log.properties | 23 ------------------- 3 files changed, 68 deletions(-) delete mode 100644 dependency-check-ant/src/main/resources/log.properties delete mode 100644 dependency-check-cli/src/main/resources/log.properties delete mode 100644 dependency-check-maven/src/main/resources/log.properties diff --git a/dependency-check-ant/src/main/resources/log.properties b/dependency-check-ant/src/main/resources/log.properties deleted file mode 100644 index 9cc059f34..000000000 --- a/dependency-check-ant/src/main/resources/log.properties +++ /dev/null @@ -1,23 +0,0 @@ -handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler - -# logging levels -# FINEST, FINER, FINE, CONFIG, INFO, WARNING and SEVERE. - -# 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=FINEST - -# The following special tokens can be used in the pattern property -# which specifies the location and name of the log file. -# / - standard path separator -# %t - system temporary directory -# %h - value of the user.home system property -# %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=./target/dependency-check.log \ No newline at end of file diff --git a/dependency-check-cli/src/main/resources/log.properties b/dependency-check-cli/src/main/resources/log.properties deleted file mode 100644 index 373c97156..000000000 --- a/dependency-check-cli/src/main/resources/log.properties +++ /dev/null @@ -1,22 +0,0 @@ -handlers=java.util.logging.ConsoleHandler -#, java.util.logging.FileHandler - -# logging levels -# FINEST, FINER, FINE, CONFIG, INFO, WARNING and SEVERE. - -# Configure the ConsoleHandler. -java.util.logging.ConsoleHandler.level=INFO - -# Configure the FileHandler. -java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter -java.util.logging.FileHandler.level=FINE - -# The following special tokens can be used in the pattern property -# which specifies the location and name of the log file. -# / - standard path separator -# %t - system temporary directory -# %h - value of the user.home system property -# %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=./dependency-check.log \ No newline at end of file diff --git a/dependency-check-maven/src/main/resources/log.properties b/dependency-check-maven/src/main/resources/log.properties deleted file mode 100644 index 9cc059f34..000000000 --- a/dependency-check-maven/src/main/resources/log.properties +++ /dev/null @@ -1,23 +0,0 @@ -handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler - -# logging levels -# FINEST, FINER, FINE, CONFIG, INFO, WARNING and SEVERE. - -# 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=FINEST - -# The following special tokens can be used in the pattern property -# which specifies the location and name of the log file. -# / - standard path separator -# %t - system temporary directory -# %h - value of the user.home system property -# %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=./target/dependency-check.log \ No newline at end of file