From 82abbe4a984f47ccfd11750c8f15036791c05c15 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/qpid@817457 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/src/main/java/log4j.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 java/client/src/main/java/log4j.xml (limited to 'java') diff --git a/java/client/src/main/java/log4j.xml b/java/client/src/main/java/log4j.xml new file mode 100644 index 0000000000..c27acba818 --- /dev/null +++ b/java/client/src/main/java/log4j.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.1