Skip to content

Commit bdc111a

Browse files
committed
debug build and enable logs
1 parent 38a2901 commit bdc111a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
2424
RUN mkdir /artifacts
2525

2626
COPY . .
27-
RUN tools/bazel build //test/cpp/interop:xds_interop_client
27+
RUN tools/bazel build -c dbg //test/cpp/interop:xds_interop_client
2828
RUN cp -rL /workdir/bazel-bin/test/cpp/interop/xds_interop_client /artifacts/
2929

3030
ENV TINI_VERSION v0.19.0
@@ -46,4 +46,4 @@ COPY --from=0 /artifacts ./
4646
# tini serves as PID 1 and enables the server to properly respond to signals.
4747
COPY --from=0 /tini /tini
4848

49-
ENTRYPOINT ["/tini", "-g", "-vv", "--", "/xds_interop_client"]
49+
ENTRYPOINT ["/tini", "-g", "-vv", "--", "/xds_interop_client", "--log_rpc_start_and_end"]

0 commit comments

Comments
 (0)