diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-05-05 12:26:26 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-05-05 12:26:26 +0000 |
| commit | 47ad28774043573bf3a5f74b559d382ef2bf2d77 (patch) | |
| tree | b742f77a5770307f2b18283e48d59a1066c4f576 /qpid/java/systests/src | |
| parent | 7c0210c854e0dfaaafae9a4cc75ae7ae70e7ecdc (diff) | |
| download | qpid-python-47ad28774043573bf3a5f74b559d382ef2bf2d77.tar.gz | |
QPID-4815: make BrokerOptions the primary source of the location for the logging configuration file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479309 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/src')
| -rwxr-xr-x | qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java index c14c724419..e61efd3e32 100755 --- a/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java @@ -475,7 +475,7 @@ public class QpidBrokerTestCase extends QpidTestCase //Set the log config file, relying on the log4j.configuration system property //set on the JVM by the JUnit runner task in module.xml. - options.setLogConfigFile(_logConfigFile.getAbsolutePath()); + options.setLogConfigFileLocation(_logConfigFile.getAbsolutePath()); Broker broker = new Broker(); _logger.info("Starting internal broker (same JVM)"); |
