Skip to content

Commit

Permalink
Tests debug
Browse files Browse the repository at this point in the history
  • Loading branch information
VukW committed Feb 7, 2024
1 parent 1d03906 commit edc328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/medperf/entities/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edc328c

Please sign in to comment.