diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-08-26 15:03:33 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-08-26 15:03:33 +0000 |
| commit | f375ba740f96b77627cb70215617d6ec43f342fa (patch) | |
| tree | 8586b0019436c1d8fde8b2da3ff17a50880782dc /qpid/java/systests/src | |
| parent | 20d520e4d47de046d789c8e25c35b6104a575fb0 (diff) | |
| download | qpid-python-f375ba740f96b77627cb70215617d6ec43f342fa.tar.gz | |
QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMessageLogger may use this to allow individual on/off toggling of each status message. Combine the RootLogger and RawLogger interfaces.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@989734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/src')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/server/logging/AbstractTestLogging.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/AbstractTestLogging.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/AbstractTestLogging.java index 816720e581..0a0186e865 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/AbstractTestLogging.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/AbstractTestLogging.java @@ -63,7 +63,7 @@ public class AbstractTestLogging extends QpidBrokerTestCase protected void createBroker() throws Exception { _started = true; - CurrentActor.set(new TestLogActor(new StartupRootMessageLogger())); + CurrentActor.set(new TestLogActor(new SystemOutMessageLogger())); // Prevent the InVM broker from logging and spoiling tests. _serverConfiguration.getConfig().setProperty(ServerConfiguration.STATUS_UPDATES, "off"); |
