Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AGMETEOR committed Jan 17, 2025
1 parent e264c05 commit c3a3a68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion http_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,11 @@ func (p *Proxy) ListenAndServe(ctx context.Context) error {
},
})

otel.Debug(ctx, "TESTING OTEL LOGGER 123...")
go func() {
for i := 0; i < 100; i++ {
otel.Debug(ctx, "TESTING OTEL LOGGER 123...")
}
}()
stopProxiedBytes := p.configureTeleportProxiedBytes()
defer stopProxiedBytes()

Expand Down

0 comments on commit c3a3a68

Please sign in to comment.