diff --git a/ci/stress_tests/test_dead_actors.py b/ci/stress_tests/test_dead_actors.py index 9db90f926..eee7ca2e3 100644 --- a/ci/stress_tests/test_dead_actors.py +++ b/ci/stress_tests/test_dead_actors.py @@ -10,6 +10,7 @@ import sys import ray +logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__) ray.init(address="localhost:6379")