diff --git a/synthtool/gcp/gapic_bazel.py b/synthtool/gcp/gapic_bazel.py index a4f37efde..ef8285d29 100644 --- a/synthtool/gcp/gapic_bazel.py +++ b/synthtool/gcp/gapic_bazel.py @@ -182,6 +182,10 @@ def _generate_code( cwd = os.getcwd() os.chdir(str(api_definitions_repo)) + # Log which version of bazel that we're using for easier debugging. + logger.debug("Which version of bazel will I run?") + shell.run(["bazel", "--version"], hide_output=False) + bazel_run_args = [ "bazel", "--max_idle_secs=240",