From 6b081b14751658ff90a0c1835de170f677b90c93 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 22 Sep 2009 00:13:05 +0000 Subject: This is a fix for QPID-2113 I didn't meddle with the existing log4j.properties file present in the common module as it maybe used in the broker. However a cursory glance at the etc directory revealed that the the broker too has a log4j.xml file. So perhaps the log4j.properties files in the common module is not really needed. (The settings given i the log4j.xml under the client module could be overriden by explicitly specifying a log4.xml file using -Dlog.configuration property) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@817457 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/client/src/main/java/log4j.xml | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 qpid/java/client/src/main/java/log4j.xml (limited to 'qpid/java') diff --git a/qpid/java/client/src/main/java/log4j.xml b/qpid/java/client/src/main/java/log4j.xml new file mode 100644 index 0000000000..c27acba818 --- /dev/null +++ b/qpid/java/client/src/main/java/log4j.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.1