Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AGMETEOR committed Jan 23, 2025
1 parent 26ac18f commit 8798dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ type listenerBuilderFN func(addr string) (net.Listener, error)

// ListenAndServe listens, serves and blocks.
func (p *Proxy) ListenAndServe(ctx context.Context) error {
log.Debug("Testing log")
if p.CountryLookup == nil {
log.Debugf("Maxmind not configured, will not report country data with telemetry")
p.CountryLookup = geo.NoLookup{}
Expand Down

0 comments on commit 8798dc1

Please sign in to comment.