mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Disable logging for DB performance tests only.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
package org.briarproject.bramble.test;
|
||||
|
||||
import java.lang.Thread.UncaughtExceptionHandler;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import static java.util.logging.Level.OFF;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
public abstract class BrambleTestCase {
|
||||
@@ -15,7 +13,5 @@ public abstract class BrambleTestCase {
|
||||
fail();
|
||||
};
|
||||
Thread.setDefaultUncaughtExceptionHandler(fail);
|
||||
// Disable logging
|
||||
Logger.getLogger("").setLevel(OFF);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user