From 8501716d3eb0baf72c369e9d90a7ba514da6bfa4 Mon Sep 17 00:00:00 2001 From: Adam Fisk Date: Fri, 18 Oct 2024 10:23:26 -0600 Subject: [PATCH] One more log --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index d6ff814..37e7ac9 100644 --- a/context.go +++ b/context.go @@ -60,7 +60,7 @@ func (fctx *FrontingContext) Configure(pool *x509.CertPool, providers map[string } func (fctx *FrontingContext) ConfigureWithHello(pool *x509.CertPool, providers map[string]*Provider, defaultProviderID string, cacheFile string, clientHelloID tls.ClientHelloID) error { - log.Tracef("Configuring fronted %s context", fctx.name) + log.Debugf("Configuring fronted %s context", fctx.name) if len(providers) == 0 { return fmt.Errorf("no fronted providers for %s context", fctx.name)