diff --git a/tools/run_tests/xds_k8s_test_driver/framework/test_app/base_runner.py b/tools/run_tests/xds_k8s_test_driver/framework/test_app/base_runner.py index c0b8fd8a2bb..2623b726fe0 100644 --- a/tools/run_tests/xds_k8s_test_driver/framework/test_app/base_runner.py +++ b/tools/run_tests/xds_k8s_test_driver/framework/test_app/base_runner.py @@ -336,7 +336,8 @@ class KubernetesBaseRunner: }) link = f'https://{gcp_ui_url}/logs/query;{req}?project={gcp_project}' - logger.info("GCP Logs Explorer link to %s:\n%s", deployment_name, link) + # A whitespace at the end to indicate the end of the url. + logger.info("GCP Logs Explorer link to %s:\n%s ", deployment_name, link) @staticmethod def _make_namespace_name(resource_prefix: str, resource_suffix: str,