Skip to content

Commit

Permalink
Merge pull request #217 from synfinatic/warn-info
Browse files Browse the repository at this point in the history
Setup now defaults to `warn`
  • Loading branch information
synfinatic authored Dec 31, 2021
2 parents d7e72a6 + 6343dbb commit c4b2ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Detect role chain loops using `Via` #194
* AccountAlias/AccountName tags are inconsistenly applied/missing #201
* Honor config.yaml `DefaultSSO` #209
* Setup now defaults to `warn` log level instead of `info` #214

## [1.6.0] - 2021-12-24

Expand Down
2 changes: 1 addition & 1 deletion cmd/setup_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func setupWizard(ctx *RunContext) error {
Label: label,
Items: logLevels,
HideSelected: false,
CursorPos: 2, // info
CursorPos: 1, // warn
Stdout: &bellSkipper{},
Templates: &promptui.SelectTemplates{
Selected: fmt.Sprintf(`%s: {{ . | faint }}`, label),
Expand Down

0 comments on commit c4b2ea8

Please sign in to comment.