From edc328cdb7a7323f721efc0a39a0c1cc87024841 Mon Sep 17 00:00:00 2001 From: Viacheslav Kukushkin Date: Wed, 7 Feb 2024 20:29:59 +0300 Subject: [PATCH] Tests debug --- cli/medperf/entities/cube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/medperf/entities/cube.py b/cli/medperf/entities/cube.py index a4d8d180b..1c9875349 100644 --- a/cli/medperf/entities/cube.py +++ b/cli/medperf/entities/cube.py @@ -324,7 +324,7 @@ def run( cmd = " ".join([cmd, cmd_arg]) container_loglevel = config.container_loglevel - config.ui.text(f'TESTS DEBUG: container loglevel {container_loglevel}') + logging.warning(f'TESTS DEBUG: container loglevel {container_loglevel}') # TODO: we should override run args instead of what we are doing below # we shouldn't allow arbitrary run args unless our client allows it