Skip to content

Commit

Permalink
Turn up tini verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen committed Feb 26, 2024
1 parent 6d93599 commit 125fb13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ COPY --from=0 /artifacts ./
# tini serves as PID 1 and enables the server to properly respond to signals.
COPY --from=0 /tini /tini

ENTRYPOINT ["/tini", "--", "/xds_interop_server"]
ENTRYPOINT ["/tini", "-g", "-vv", "--", "/xds_interop_server"]

0 comments on commit 125fb13

Please sign in to comment.