aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2021-12-20 10:47:55 +0100
committerTor Brede Vekterli <vekterli@yahooinc.com>2021-12-20 10:47:55 +0100
commit201aadcaf1169dd731f58776305aba2f47377033 (patch)
tree6b39849dbb27e3e24b677e3c3b1be94ede0114c9 /documentapi
parenta744d811f50fb521c89810a705597b059348543f (diff)
Don't emit a bunch of debug logs by default in ContentPolicy unit tests
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/src/test/java/com/yahoo/documentapi/messagebus/protocol/test/storagepolicy/ContentPolicyTestEnvironment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentapi/src/test/java/com/yahoo/documentapi/messagebus/protocol/test/storagepolicy/ContentPolicyTestEnvironment.java b/documentapi/src/test/java/com/yahoo/documentapi/messagebus/protocol/test/storagepolicy/ContentPolicyTestEnvironment.java
index c75e1c7832e..f0c54505bb1 100644
--- a/documentapi/src/test/java/com/yahoo/documentapi/messagebus/protocol/test/storagepolicy/ContentPolicyTestEnvironment.java
+++ b/documentapi/src/test/java/com/yahoo/documentapi/messagebus/protocol/test/storagepolicy/ContentPolicyTestEnvironment.java
@@ -44,7 +44,7 @@ public abstract class ContentPolicyTestEnvironment {
protected PolicyTestFrame frame;
private Set<Integer> nodes;
protected static int[] bucketOneNodePreference = new int[]{ 3, 5, 7, 6, 8, 0, 9, 2, 1, 4 };
- protected boolean debug = true;
+ protected boolean debug = false;
@Before
public void setUp() throws Exception {