diff options
| author | Alex Rudyy <orudyy@apache.org> | 2013-01-24 15:40:35 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2013-01-24 15:40:35 +0000 |
| commit | 6a359e9049e06c00e77ddbccb65b7f53cbc4b032 (patch) | |
| tree | 2643945e6b4b61f48e36ac17b3cb44436ac96d9f /qpid/java/module.xml | |
| parent | 65e21b844f0dd9eebd00f63bba5d8a6f2e0b5188 (diff) | |
| download | qpid-python-6a359e9049e06c00e77ddbccb65b7f53cbc4b032.tar.gz | |
QPID-4281: Fix setting of log4j configuration in system tests. While testing the fix, some tests were found to be failing on spawned profile due to config problems - also fixed these.
Applied patch from Philip Harvey <phil@philharveyonline.com> and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1438053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 997ce944f4..00c6d73959 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -398,6 +398,7 @@ <propertyref name="log4j.debug"/> <propertyref name="log4j.configuration"/> + <propertyref name="log4j.configuration.file"/> <propertyref name="root.logging.level"/> <propertyref name="java.naming.factory.initial"/> |
