Skip to content

Commit

Permalink
Correcting log level defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwwn committed Feb 15, 2023
1 parent 6f50706 commit dd46316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func Provider() *schema.Provider {
Required: true,
ForceNew: true,
Computed: false,
DefaultFunc: schema.EnvDefaultFunc("GOCD_PASSWORD", "password"),
DefaultFunc: schema.EnvDefaultFunc("GOCD_LOGLEVEL", "info"),
Description: "loglevel to be set for the api calls made to GoCD",
},
},
Expand Down

0 comments on commit dd46316

Please sign in to comment.