> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/terraformer-stages-stop-running-jobs-with-a-timeout-error-logging-enabled.md).

# Terraformer Stages Stop Running Jobs with a 'timeout' error (Logging Enabled)

### Issue <a href="#issue" id="issue"></a>

Users may find that their Terraformer Stages show an error with an `Exception (Monitor Run Terraform) timeout` in the Spinnaker Console while having Terraform Logging Enabled

Customers also have `spec.spinnakerConfig.profiles.terraformer.logging.remote.enabled` value set to `true` in their Spinnaker Configuration. spec: spinnakerConfig: profiles: terraformer: logging: remote: enabled: true

or set to `true` in Halyard in the hal config profiles directory e.g. (`~/.hal/default/profiles/`) in the `terraform-local.yml` file logging: remote: enabled: true

### Cause <a href="#cause" id="cause"></a>

The logging and metrics for Terraformer is enabled and set to an endpoint which is unreachable. <https://docs.armory.io/docs/armory-admin/terraform-enable-integration/#logging-and-metrics>
