You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/01 05:37:11 UTC

[GitHub] [dubbo-go] zhaoyunxing92 commented on a change in pull request #1418: Fixes : grpc client init problem #1416

zhaoyunxing92 commented on a change in pull request #1418:
URL: https://github.com/apache/dubbo-go/pull/1418#discussion_r699857854



##########
File path: config/testdata/config/logger/log.yml
##########
@@ -0,0 +1,36 @@
+dubbo:
+  registries:
+    nacos:
+      timeout: 5s
+      group: dev
+      address: nacos://127.0.0.1:8848
+    zk:
+      protocol: zookeeper
+      group: test
+      address: 127.0.0.1:2181
+  logger:
+    level: "debug"
+    development: false
+    disableCaller: false
+    disableStacktrace: false
+    sampling:
+    encoding: "console"
+    # encoder
+    encoderConfig:
+      messageKey: "message"

Review comment:
       去掉引号会好点




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org