Skip to content

Commit

Permalink
Enable json logging in xds server container
Browse files Browse the repository at this point in the history
The client was updated in grpc#4854, but the server was missed.
  • Loading branch information
ejona86 committed Oct 18, 2021
1 parent 4757d02 commit 3bfd905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interop/xds/server/Dockerfile
Expand Up @@ -33,4 +33,5 @@ FROM alpine
COPY --from=build /go/src/grpc-go/server .
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=2
ENV GRPC_GO_LOG_SEVERITY_LEVEL="info"
ENV GRPC_GO_LOG_FORMATTER="json"
ENTRYPOINT ["./server"]

0 comments on commit 3bfd905

Please sign in to comment.