We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ebd21 commit ba10e33Copy full SHA for ba10e33
auth/oauth/m2m/m2m.go
@@ -57,7 +57,7 @@ func (c *authClient) Authenticate(r *http.Request) error {
57
58
c.tokenSource = GetTokenSource(config)
59
token, err := c.tokenSource.Token()
60
- log.Info().Msgf("token fetched successfully")
+ log.Debug().Msgf("databricks OAuth token fetched successfully")
61
if err != nil {
62
log.Err(err).Msg("failed to get token")
63
0 commit comments