Merge branch 'stable-2.16' into stable-3.0

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

Change-Id: I0ce6a6f177bbd30353657ef7ffe9e2ac752c55c2
This commit is contained in:
David Pursehouse
2020-02-22 14:59:34 +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() {