Skip to content

Commit

Permalink
fix: credential-process flag remove logs [Versent#1293]
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaboyce committed Jul 19, 2024
1 parent f604db6 commit 0cf0391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/saml2aws/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func main() {
errtpl = "%+v\n"
}

if *quiet || (command == cmdLogin.FullCommand() && loginFlags.CredentialProcess) {
if *quiet {
log.SetOutput(io.Discard)
logrus.SetOutput(io.Discard)
}
Expand Down

0 comments on commit 0cf0391

Please sign in to comment.