Alanxtl commented on code in PR #3324:
URL: https://github.com/apache/dubbo-go/pull/3324#discussion_r3251924764


##########
config/config_center_config.go:
##########


Review Comment:
   所有 config 目录下的内容都不需要修改,我们要把这个目录删了



##########
cluster/directory/static/directory.go:
##########
@@ -49,7 +49,7 @@ func NewDirectory(invokers []protocolbase.Invoker) *directory 
{
 
        err := dir.BuildRouterChain(invokers, url)
        if err != nil {
-               logger.Error("[Directory] build router chain failed, err=%v", 
err)
+               logger.Errorf("[Directory] build router chain failed, err=%v", 
err)

Review Comment:
   ```suggestion
                logger.Errorf("[Cluster][Directory] build router chain failed, 
err=%v", err)
   ```



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

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to