Skip to content

Commit 53d352d

Browse files
interop/xds: Increase go log verbosity to 99 so that EDS is logged (v1.60.x backport) (#6882)
Co-authored-by: Sergii Tkachenko <[email protected]>
1 parent 0483dc9 commit 53d352d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interop/xds/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN go build -tags osusergo,netgo interop/xds/client/client.go
3131
# reduces the docker image size.
3232
FROM alpine
3333
COPY --from=build /go/src/grpc-go/client .
34-
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=2
34+
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=99
3535
ENV GRPC_GO_LOG_SEVERITY_LEVEL="info"
3636
ENV GRPC_GO_LOG_FORMATTER="json"
3737
ENTRYPOINT ["./client"]

interop/xds/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN go build -tags osusergo,netgo interop/xds/server/server.go
3131
# reduces the docker image size.
3232
FROM alpine
3333
COPY --from=build /go/src/grpc-go/server .
34-
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=2
34+
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=99
3535
ENV GRPC_GO_LOG_SEVERITY_LEVEL="info"
3636
ENV GRPC_GO_LOG_FORMATTER="json"
3737
ENTRYPOINT ["./server"]

0 commit comments

Comments
 (0)