You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/03/15 01:57:05 UTC

[GitHub] little-cui commented on a change in pull request #307: [SCB-376] Optimize validate parameter log print

little-cui commented on a change in pull request #307:  [SCB-376] Optimize validate parameter log print
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/307#discussion_r174659017
 
 

 ##########
 File path: server/service/microservices.go
 ##########
 @@ -406,7 +406,7 @@ func (s *MicroServiceService) DeleteServices(ctx context.Context, request *pb.De
 		}
 	}
 
-	util.Logger().Infof("Batch DeleteServices serviceId = %v , result = %d, ", request.ServiceIds, responseCode)
+	util.Logger().Infof("Batch DeleteServices,count is %s, serviceId = %v , result = %d, ", len(request.ServiceIds), request.ServiceIds, responseCode)
 
 Review comment:
   keep the space behind the comma(,)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services