You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github.com/hashicorp/consul-template/manager/runner.go's runTemplate function waits until there are no missing dependencies before executing the template, but does not identify which dependencies are missing.
Adding DEBUG print statements would allow one to identify which dependencies are missing that are preventing a template from being executed.
github.com/hashicorp/consul-template/manager/runner.go's runTemplate function waits until there are no missing dependencies before executing the template, but does not identify which dependencies are missing.
Adding DEBUG print statements would allow one to identify which dependencies are missing that are preventing a template from being executed.
Consul Template version
consul-template v0.22.1 (46ddb47)
Configuration
Command
Debug output
Expected behavior
Additional DEBUG logging would enable missing dependencies to be identified.
Actual behavior
Existing DEBUG logging states that there are missing dependencies, but does not identify them.
Steps to reproduce
References
The text was updated successfully, but these errors were encountered: