aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2018-11-28 21:25:42 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2018-11-28 21:25:42 +0000
commit322126f37d55e77c83ba233c17945acbbf2d4686 (patch)
treee879da5bd37cacb4e91395f58358cb5e060f06ed /src/test
parentecccae0407e34e62f4afa9c17b7ce186e487327f (diff)
downloadjackcess-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/test')
-rw-r--r--src/test/resources/log4j_test.properties6
-rw-r--r--src/test/resources/logging_test.properties1
2 files changed, 1 insertions, 6 deletions
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