]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove the annoying 'TCP connection' message in verbose mode
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 12 Jan 2022 15:15:47 +0000 (16:15 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Apr 2022 13:53:08 +0000 (15:53 +0200)
pdns/dnsdistdist/dnsdist-tcp-downstream.cc

index a85d83cd37f4071bc83f66e45a07c48223ed1942..50ba5199eea026abb617ce710041cf9bcddcc6fa 100644 (file)
@@ -68,7 +68,7 @@ bool ConnectionToBackend::reconnect()
   d_proxyProtocolPayloadSent = false;
 
   do {
-    vinfolog("TCP connecting to downstream %s (%d)", d_ds->getNameWithAddr(), d_downstreamFailures);
+    DEBUGLOG("TCP connecting to downstream "<<d_ds->getNameWithAddr()<<" ("<<d_downstreamFailures<<")");
     DEBUGLOG("Opening TCP connection to backend "<<d_ds->getNameWithAddr());
     ++d_ds->tcpNewConnections;
     try {