From 6a56b08b1df88a2d5b20748c13d670ba41e6749d Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Wed, 27 Oct 2021 12:19:00 +0200 Subject: Lower log level --- .../metricsproxy/http/application/ApplicationMetricsRetriever.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'metrics-proxy') diff --git a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java index 69d88ed1ecd..2ddbc71268c 100644 --- a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java +++ b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java @@ -1,4 +1,4 @@ -// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.metricsproxy.http.application; import ai.vespa.metricsproxy.metric.model.ConsumerId; @@ -118,7 +118,7 @@ public class ApplicationMetricsRetriever extends AbstractComponent implements Ru } public Map> getMetrics(ConsumerId consumer) { - log.log(Level.INFO, () -> "Retrieving metrics from " + clients.size() + " nodes."); + log.log(Level.FINE, () -> "Retrieving metrics from " + clients.size() + " nodes."); synchronized (pollThread) { if (consumerSet.add(consumer)) { // Wakeup poll thread first time we see a new consumer -- cgit v1.2.3