Skip to content

Commit

Permalink
logging: enable json logging in xds server container (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Oct 18, 2021
1 parent 4757d02 commit 3d9e9c4
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 3d9e9c4

Please sign in to comment.