Skip to content

Commit

Permalink
Reduce single node test cleanup logging (#39060)
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Feb 18, 2019
1 parent 231a892 commit ae9243a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void setUp() throws Exception {

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

0 comments on commit ae9243a

Please sign in to comment.