Skip to content

Commit ae9243a

Browse files
author
David Roberts
committed
Reduce single node test cleanup logging (#39060)
As per #39049 (comment)
1 parent 231a892 commit ae9243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/test/ESSingleNodeTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void setUp() throws Exception {
120120

121121
@Override
122122
public void tearDown() throws Exception {
123-
logger.info("[{}#{}]: cleaning up after test", getTestClass().getSimpleName(), getTestName());
123+
logger.trace("[{}#{}]: cleaning up after test", getTestClass().getSimpleName(), getTestName());
124124
super.tearDown();
125125
assertAcked(client().admin().indices().prepareDelete("*").get());
126126
MetaData metaData = client().admin().cluster().prepareState().get().getState().getMetaData();

0 commit comments

Comments
 (0)