Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4abfb28
)
THRIFT-931. java: Add log4j.properties missing from previous commit
author
Todd Lipcon
<todd@apache.org>
Tue, 28 Sep 2010 00:02:53 +0000
(
00:02
+0000)
committer
Todd 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]
patch
|
blob
diff --git a/lib/java/test/log4j.properties
b/lib/java/test/log4j.properties
new file mode 100644
(file)
index 0000000..
878b2fc
--- /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