diff --git a/auth/oauth/m2m/m2m.go b/auth/oauth/m2m/m2m.go index 60d7a30..5ed871e 100644 --- a/auth/oauth/m2m/m2m.go +++ b/auth/oauth/m2m/m2m.go @@ -57,7 +57,7 @@ func (c *authClient) Authenticate(r *http.Request) error { c.tokenSource = GetTokenSource(config) token, err := c.tokenSource.Token() - log.Debug().Msgf("token fetched successfully") + log.Debug().Msgf("databricks OAuth token fetched successfully") if err != nil { log.Err(err).Msg("failed to get token")