Skip to content

Commit

Permalink
Lower level of "access token is already provided" message to debug (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IljaN authored Nov 10, 2020
1 parent c01e168 commit fdfeb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/interceptors/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func New(m map[string]interface{}, unprotected []string) (global.Middleware, err
tkn = res.Token
tokenWriter.WriteToken(tkn, w)
} else {
log.Info().Msg("access token is already provided")
log.Debug().Msg("access token is already provided")
}

// validate token
Expand Down

0 comments on commit fdfeb2c

Please sign in to comment.