THRIFT-931. java: Add log4j.properties missing from previous commit
authorTodd Lipcon <todd@apache.org>
Tue, 28 Sep 2010 00:02:53 +0000 (00:02 +0000)
committerTodd Lipcon <todd@apache.org>
Tue, 28 Sep 2010 00:02:53 +0000 (00:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1001971 13f79535-47bb-0310-9956-ffa450edef68

lib/java/test/log4j.properties [new file with mode: 0644]

diff --git a/lib/java/test/log4j.properties b/lib/java/test/log4j.properties
new file mode 100644 (file)
index 0000000..878b2fc
--- /dev/null
@@ -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