Skip to content

Commit

Permalink
test(sdk): add err output.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Aug 1, 2024
1 parent 2a4cc58 commit ed8353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def wait_for_experiment_condition(
text=True
)
logger.debug(
f"Logs in metrics collector:\n{errmsg.stdout}"
f"Logs in metrics collector:\n{errmsg.stdout}{errmsg.stderr}"
)
break

Expand Down

0 comments on commit ed8353a

Please sign in to comment.