You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/11/09 03:15:13 UTC

[dubbo-go-samples] branch master updated: fix: logger/custom/conf/dubbogo.yml syntax error (#291)

This is an automated email from the ASF dual-hosted git repository.

laurence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new a85ba0e  fix: logger/custom/conf/dubbogo.yml syntax error (#291)
a85ba0e is described below

commit a85ba0e7ad841ea35bbe6fee3f5c66952bdb540d
Author: evenbetter <st...@icloud.com>
AuthorDate: Tue Nov 9 11:15:05 2021 +0800

    fix: logger/custom/conf/dubbogo.yml syntax error (#291)
    
    * fix: logger/custom/conf/dubbogo.yml syntax error
    
    * fix: change logger/custom/conf/dubbogo.yml "registryIDs" to "registry-ids"
---
 logger/custom/conf/dubbogo.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logger/custom/conf/dubbogo.yml b/logger/custom/conf/dubbogo.yml
index 4865e35..b3ce624 100644
--- a/logger/custom/conf/dubbogo.yml
+++ b/logger/custom/conf/dubbogo.yml
@@ -9,7 +9,7 @@ dubbo:
       name: tri
       port: 20000
   provider:
-    registryIDs
+    registry-ids:
       - demoZK
     services:
       greeterImpl: