aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests
diff options
context:
space:
mode:
authorGravatar Richard Belleville <rbellevi@google.com>2018-10-30 18:44:06 -0700
committerGravatar Richard Belleville <rbellevi@google.com>2018-10-30 18:44:06 -0700
commitfb972c960f707928298f4949f7b897881286b61e (patch)
tree1767b8bd3009a82813c6c2cc261209289de784f5 /src/python/grpcio_tests/tests
parent240ca50ec23b024081d811e45feab7ed1e8f8305 (diff)
Add basicConfig handler to grpcio_testing
Diffstat (limited to 'src/python/grpcio_tests/tests')
-rw-r--r--src/python/grpcio_tests/tests/interop/server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/interop/server.py b/src/python/grpcio_tests/tests/interop/server.py
index fd28d498a1..72f88a1c98 100644
--- a/src/python/grpcio_tests/tests/interop/server.py
+++ b/src/python/grpcio_tests/tests/interop/server.py
@@ -26,6 +26,7 @@ from tests.interop import resources
from tests.unit import test_common
_ONE_DAY_IN_SECONDS = 60 * 60 * 24
+logging.basicConfig()
_LOGGER = logging.getLogger(__name__)