Enable http_filter tracer on server

This commit is contained in:
Michael Lumish 2025-02-12 13:45:13 -08:00
parent e5fa6b7c05
commit 564e80f736
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ COPY --from=build /node/src/grpc-node/packages/grpc-js ./packages/grpc-js/
COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xds/ COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xds/
ENV GRPC_VERBOSITY="DEBUG" ENV GRPC_VERBOSITY="DEBUG"
ENV GRPC_TRACE=xds_client,server,xds_server ENV GRPC_TRACE=xds_client,server,xds_server,http_filter
# tini serves as PID 1 and enables the server to properly respond to signals. # tini serves as PID 1 and enables the server to properly respond to signals.
COPY --from=build /tini /tini COPY --from=build /tini /tini