Skip to content

feat: Fine-tune logs presentation #6771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix
  • Loading branch information
mtojek committed Mar 24, 2023
commit 3572c49169bed3261e1c0ed20f7037b0ee1289f4
2 changes: 1 addition & 1 deletion provisioner/terraform/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func provisionEnv(config *proto.Provision_Config, params []*proto.ParameterValue
for _, gitAuth := range gitAuth {
env = append(env, provider.GitAuthAccessTokenEnvironmentVariable(gitAuth.Id)+"="+gitAuth.AccessToken)
}
env = append(env, "TF_LOG=JSON") // FIXME Remove before pushing PR
// FIXME env = append(env, "TF_LOG=JSON")
return env, nil
}

Expand Down