Commit 50c58544 by Sean Lafferty

Use grafana's logger implementation

parent b3461c98
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment