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