diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-28 21:25:42 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-28 21:25:42 +0000 |
commit | 322126f37d55e77c83ba233c17945acbbf2d4686 (patch) | |
tree | e879da5bd37cacb4e91395f58358cb5e060f06ed /src | |
parent | ecccae0407e34e62f4afa9c17b7ce186e487327f (diff) | |
download | jackcess-322126f37d55e77c83ba233c17945acbbf2d4686.tar.gz jackcess-322126f37d55e77c83ba233c17945acbbf2d4686.zip |
ditch log4j
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1232 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/com/healthmarketscience/jackcess/log4j.properties | 6 | ||||
-rw-r--r-- | src/test/resources/log4j_test.properties | 6 | ||||
-rw-r--r-- | src/test/resources/logging_test.properties | 1 |
3 files changed, 1 insertions, 12 deletions
diff --git a/src/main/resources/com/healthmarketscience/jackcess/log4j.properties b/src/main/resources/com/healthmarketscience/jackcess/log4j.properties deleted file mode 100644 index 092468c..0000000 --- a/src/main/resources/com/healthmarketscience/jackcess/log4j.properties +++ /dev/null @@ -1,6 +0,0 @@ -log4j.rootCategory=INFO, stdout -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=**** %-5p %d{MMM d HH:mm:ss} [%F] - %m%n - -log4j.category.com.healthmarketscience.jackcess=INFO diff --git a/src/test/resources/log4j_test.properties b/src/test/resources/log4j_test.properties deleted file mode 100644 index 6647228..0000000 --- a/src/test/resources/log4j_test.properties +++ /dev/null @@ -1,6 +0,0 @@ -log4j.rootCategory=INFO, stdout -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=**** %-5p %d{MMM d HH:mm:ss} [%F] - %m%n - -log4j.category.com.healthmarketscience.jackcess=ERROR diff --git a/src/test/resources/logging_test.properties b/src/test/resources/logging_test.properties new file mode 100644 index 0000000..1d5324b --- /dev/null +++ b/src/test/resources/logging_test.properties @@ -0,0 +1 @@ +com.healthmarketscience.jackcess.level=SEVERE |