summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Lipcon <todd@apache.org>2010-09-28 00:02:53 +0000
committerTodd Lipcon <todd@apache.org>2010-09-28 00:02:53 +0000
commit84a7c2a901ee11433ca755edad1c278172ba7644 (patch)
treea1fd80a229ba9d0613bca15cd417f8e39d2f82ea
parent4abfb288ab76b2291b49e4f9439107c3bcb26d7a (diff)
downloadthrift-84a7c2a901ee11433ca755edad1c278172ba7644.tar.gz
THRIFT-931. java: Add log4j.properties missing from previous commit
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1001971 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--lib/java/test/log4j.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/java/test/log4j.properties b/lib/java/test/log4j.properties
new file mode 100644
index 000000000..878b2fc13
--- /dev/null
+++ b/lib/java/test/log4j.properties
@@ -0,0 +1,6 @@
+# log4j configuration used during build and unit tests
+log4j.rootLogger=debug,stdout
+log4j.threshhold=ALL
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n