Skip to content

Commit

Permalink
Conftest Log Fix (runatlantis#3632)
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian authored and ijames-gc committed Feb 13, 2024
1 parent 366c04e commit 4f56960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/runtime/policy/conftest_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func NewConfTestExecutorWorkflow(log logging.SimpleLogging, versionRootDir strin

if err != nil {
// conftest default versions are not essential to service startup so let's not block on it.
log.Warn("failed to get default conftest version. Will attempt request scoped lazy loads %s", err.Error())
log.Info("failed to get default conftest version. Will attempt request scoped lazy loads %s", err.Error())
}

versionCache := cache.NewExecutionVersionLayeredLoadingCache(
Expand Down

0 comments on commit 4f56960

Please sign in to comment.