Skip to content

Commit

Permalink
One more log
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Oct 18, 2024
1 parent b485190 commit 7547d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7547d54

Please sign in to comment.