reduce amount of GRPC logging (#306)

This commit is contained in:
Philipp Moritz
2016-07-27 11:42:08 -07:00
committed by Robert Nishihara
parent dd301e4baa
commit fa29efbf83
+1
View File
@@ -4,4 +4,5 @@ echo "Adding Ray to PYTHONPATH" 1>&2
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
export GRPC_VERBOSITY=ERROR # make grpc only print error messages
export PYTHONPATH="$ROOT_DIR/lib/python/:$ROOT_DIR/thirdparty/numbuf/build"