Skip to content

Commit ba10e33

Browse files
authored
feat: change log level for token fetch message to debug
1 parent d0ebd21 commit ba10e33

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("databricks OAuth token fetched successfully")
6161
if err != nil {
6262
log.Err(err).Msg("failed to get token")
6363

0 commit comments

Comments
 (0)