mirror of https://github.com/grafana/grafana.git
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,
|
||||
}
|
||||
|
||||
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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue