Knowledge BaseHow do I debug issues with Terragrunt in ECS Deploy Runner?
I am currently facing a situation where the `ecs-deploy-runner` hangs indefinitely after invoking `terragrunt`. It works when I run `terragrunt` locally. How should I go about debugging this?
You can try turning on verbose logging to see if the additional `terragrunt` logs could give you more insights. In the Reference Architecture, you can turn on verbose logging by adding the following to the [args array command-args arg](https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/31279b7/examples/for-production/infrastructure-live/_ci/scripts/deploy-infra.sh#L83):
```
--command-args "--terragrunt-log-level=debug $command_args"
```