From 221081f4a6912ed7a6d67a1e2c26524fe8f63513 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 27 Feb 2018 15:19:56 +0100 Subject: [PATCH] auth: lower 'packet too short' loglevel It might be a pretty common error if there is a bad recursor or client, leading to potential a logging overdose. --- pdns/dnspacket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index dc89f342bf..f144687bcd 100644 --- a/pdns/dnspacket.cc +++ b/pdns/dnspacket.cc @@ -436,7 +436,7 @@ int DNSPacket::noparse(const char *mesg, size_t length) { d_rawpacket.assign(mesg,length); if(length < 12) { - L << Logger::Warning << "Ignoring packet: too short ("<