Skip to content
Snippets Groups Projects
Commit 8218b48a authored by Jonah Husson's avatar Jonah Husson
Browse files

update run.sh so grpc log verbosity is set after getting ndf to fix issue w/ ndf output

parent 417d4b69
No related branches found
No related tags found
1 merge request!4Release
......@@ -25,9 +25,6 @@ NETWORKENTRYPOINT=$1
DEBUGLEVEL=${DEBUGLEVEL-0}
#export GRPC_GO_LOG_VERBOSITY_LEVEL=99
#export GRPC_GO_LOG_SEVERITY_LEVEL=info
SERVERLOGS=results/servers
GATEWAYLOGS=results/gateways
CLIENTOUT=results/clients
......@@ -180,6 +177,10 @@ then
fi
export GRPC_GO_LOG_VERBOSITY_LEVEL=99
export GRPC_GO_LOG_SEVERITY_LEVEL=info
echo "RUNNING CLIENTS..."
runclients() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment