Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Set Elastic/Lucene test deps log to WARN log level

Change-Id: I2ff05ee0b4d0cb67f51205c6d5b3c36c4cc4bf8c
This commit is contained in:
David Pursehouse
2020-02-22 15:00:59 +09:00

View File

@@ -63,6 +63,14 @@ public class TestLoggingActivator {
.put("org.eclipse.jgit.transport.PacketLineOut", Level.WARN)
.put("org.eclipse.jgit.internal.storage.file.FileSnapshot", Level.WARN)
.put("org.eclipse.jgit.util.FS", Level.WARN)
.put("org.eclipse.jgit.util.SystemReader", Level.WARN)
// Silence non-critical messages from Elasticsearch.
.put("org.elasticsearch", Level.WARN)
// Silence non-critical messages from Docker for Elasticsearch query tests.
.put("org.testcontainers", Level.WARN)
.put("com.github.dockerjava.core", Level.WARN)
.build();
private static Level getGerritLogLevel() {