tianxiaoliang commented on a change in pull request #124: Support parameter 
validation
URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397901317
 
 

 ##########
 File path: cmd/kieserver/main.go
 ##########
 @@ -94,6 +96,9 @@ func main() {
        if err := service.DBInit(); err != nil {
                openlogging.Fatal(err.Error())
        }
+       if err := validate.Init(); err != nil {
+               openlogging.Fatal("Validate init failed: " + err.Error())
 
 Review comment:
   go日志小写开头

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to