Skip to content

Commit a058e0e

Browse files
authored
oauth/m2m: make "token fetched successfully" a debug log
1 parent 56b8a73 commit a058e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/oauth/m2m/m2m.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (c *authClient) Authenticate(r *http.Request) error {
5757

5858
c.tokenSource = GetTokenSource(config)
5959
token, err := c.tokenSource.Token()
60-
log.Info().Msgf("token fetched successfully")
60+
log.Debug().Msgf("token fetched successfully")
6161
if err != nil {
6262
log.Err(err).Msg("failed to get token")
6363

0 commit comments

Comments
 (0)