From a2dd7c32d50380acb924644fa91ae2829b86e0e7 Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Wed, 20 Feb 2019 12:32:10 +0300 Subject: [PATCH] /tls/ -- move certificate logging to verbose --- control.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.go b/control.go index 54ab059f..4d13a9b8 100644 --- a/control.go +++ b/control.go @@ -1120,7 +1120,7 @@ func validateCertificates(data tlsConfig) tlsConfig { // check only public certificate separetely from the key if data.CertificateChain != "" { - log.Printf("got certificate: %s", data.CertificateChain) + log.Tracef("got certificate: %s", data.CertificateChain) // now do a more extended validation var certs []*pem.Block // PEM-encoded certificates