diff --git a/synthtool/gcp/gapic_microgenerator.py b/synthtool/gcp/gapic_microgenerator.py index 7cb193e33..cf5f9bfb1 100644 --- a/synthtool/gcp/gapic_microgenerator.py +++ b/synthtool/gcp/gapic_microgenerator.py @@ -186,7 +186,7 @@ def _generate_code( docker_run_args.append(value) logger.debug(f"Generating code for: {proto_path}.") - shell.run(docker_run_args) + shell.run(docker_run_args, hide_output=False) # Sanity check: Does the output location have code in it? # If not, complain.