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