forked from quic-go/quic-go
enable logging for the interop runner
This commit is contained in:
@@ -10,8 +10,8 @@ if [ "$ROLE" == "client" ]; then
|
||||
echo "Starting QUIC client..."
|
||||
echo "Client params: $CLIENT_PARAMS"
|
||||
echo "Test case: $TESTCASE"
|
||||
./client $CLIENT_PARAMS $REQUESTS
|
||||
QUIC_GO_LOG_LEVEL=debug ./client $CLIENT_PARAMS $REQUESTS
|
||||
else
|
||||
echo "Running QUIC server."
|
||||
./server "$@"
|
||||
QUIC_GO_LOG_LEVEL=debug ./server "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user