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

[dubbo-go-samples] branch master updated (b83754b -> 90fb43d)

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

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


    from b83754b  Ftr: game sample for master (#267)
     add 90fb43d  Ftr: custom logger sample (#256)

No new revisions were added by this update.

Summary of changes:
 ...{logger-level.run.xml => logger-custom.run.xml} |  8 ++--
 logger/README.md                                   | 28 ++++++++++++
 logger/README_zh.md                                | 23 ++++++++++
 logger/{level => custom}/cmd/main.go               | 52 ++++++++++++++++++++--
 logger/{default => custom}/conf/dubbogo.yml        |  2 +-
 5 files changed, 105 insertions(+), 8 deletions(-)
 copy .run/{logger-level.run.xml => logger-custom.run.xml} (50%)
 copy logger/{level => custom}/cmd/main.go (51%)
 copy logger/{default => custom}/conf/dubbogo.yml (85%)