all: log when client info included in the request

This commit is contained in:
Cuong Manh Le
2023-04-27 20:43:01 +07:00
committed by Cuong Manh Le
parent 31239684c7
commit 43fecdf60f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -107,4 +107,5 @@ func addHeader(ctx context.Context, req *http.Request, sendClientInfo bool) {
}
}
}
Log(ctx, ProxyLog.Debug().Interface("header", req.Header), "sending request header")
}