From b5e27ae4990a3099b168ec327b5782342d70ec6e Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Fri, 31 Aug 2018 11:32:08 +0100 Subject: [PATCH] Replaced warnlog by vinfolog to reduce log verbosity --- pdns/dnsdist-web.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-web.cc b/pdns/dnsdist-web.cc index d9ed733413..bc473a13a6 100644 --- a/pdns/dnsdist-web.cc +++ b/pdns/dnsdist-web.cc @@ -400,7 +400,7 @@ static void connectionThread(int sock, ComboAddress remote, string password, str MetricDefinition metricDetails; if (!g_metricDefinitions.getMetricDetails(metricName, metricDetails)) { - warnlog("Do not have metric details for %s", metricName); + vinfolog("Do not have metric details for %s", metricName); continue; } -- 2.47.2