Skip to content

Commit

Permalink
interop/xds: Increase go log verbosity to 99 so that EDS is logged (v…
Browse files Browse the repository at this point in the history
…1.59.x backport) (#6881)

Co-authored-by: Sergii Tkachenko <[email protected]>
  • Loading branch information
XuanWang-Amos and sergiitk authored Dec 19, 2023
1 parent 4dd5b8b commit fa16020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interop/xds/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN go build -tags osusergo,netgo interop/xds/client/client.go
# reduces the docker image size.
FROM alpine
COPY --from=build /go/src/grpc-go/client .
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=2
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=99
ENV GRPC_GO_LOG_SEVERITY_LEVEL="info"
ENV GRPC_GO_LOG_FORMATTER="json"
ENTRYPOINT ["./client"]
2 changes: 1 addition & 1 deletion interop/xds/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN go build -tags osusergo,netgo interop/xds/server/server.go
# reduces the docker image size.
FROM alpine
COPY --from=build /go/src/grpc-go/server .
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=2
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=99
ENV GRPC_GO_LOG_SEVERITY_LEVEL="info"
ENV GRPC_GO_LOG_FORMATTER="json"
ENTRYPOINT ["./server"]

0 comments on commit fa16020

Please sign in to comment.