From ad1a2e2fc3e53f6bf242b3801bc7180fb557dde1 Mon Sep 17 00:00:00 2001 From: Oskar Taubert Date: Mon, 23 Oct 2023 15:13:14 +0200 Subject: [PATCH] increased test verbosity --- tests/test_propulator_sphere.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_propulator_sphere.py b/tests/test_propulator_sphere.py index 65d249dc..c63a7f7c 100644 --- a/tests/test_propulator_sphere.py +++ b/tests/test_propulator_sphere.py @@ -40,7 +40,7 @@ def test_Propulator(): } with tempfile.TemporaryDirectory() as checkpoint_path: set_logger_config( - level=logging.INFO, + level=logging.DEBUG, log_file=checkpoint_path + "/propulate.log", log_to_stdout=True, log_rank=False,