Skip to content

Commit 5992e05

Browse files
committed
Revert "comment the fix, establish test fails"
This reverts commit 641e126.
1 parent 641e126 commit 5992e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/smokescreen/smokescreen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func BuildProxy(config *Config) *goproxy.ProxyHttpServer {
504504
sctx.Decision, sctx.lookupTime, pctx.Error = checkIfRequestShouldBeProxied(config, req, destination)
505505

506506
// add context fields to all future log messages sent using this smokescreen context's Logger
507-
// sctx.Logger = sctx.Logger.WithFields(extractContextLogFields(pctx, sctx))
507+
sctx.Logger = sctx.Logger.WithFields(extractContextLogFields(pctx, sctx))
508508

509509
// Returning any kind of response in this handler is goproxy's way of short circuiting
510510
// the request. The original request will never be sent, and goproxy will invoke our

0 commit comments

Comments
 (0)