mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Use structured logging instead of printf
This commit is contained in:
parent
dba2df19e8
commit
be6e76ee35
@ -172,7 +172,7 @@ func updateUserAuth(user *m.User, extUser *m.ExternalUserInfo) error {
|
|||||||
OAuthToken: extUser.OAuthToken,
|
OAuthToken: extUser.OAuthToken,
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debug("Updating user_auth info for user_id %d", user.Id)
|
log.Debug("Updating user_auth info", "user_id", user.Id)
|
||||||
return bus.Dispatch(updateCmd)
|
return bus.Dispatch(updateCmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user