xzccfzy commented on a change in pull request #759:
URL: 
https://github.com/apache/servicecomb-service-center/pull/759#discussion_r532298078



##########
File path: datasource/mongo/account.go
##########
@@ -33,15 +34,15 @@ import (
 func (ds *DataSource) CreateAccount(ctx context.Context, a *rbacframe.Account) 
error {
        exist, err := ds.AccountExist(ctx, a.Name)
        if err != nil {
-               log.Errorf(err, "can not save account info")
+               fmt.Println("can not save account info", err)

Review comment:
       xiaoliang上面的意见说是【改用日志方法(fmt.xxx)代替】




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to