You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/09/17 04:18:23 UTC

[shardingsphere] branch master updated: modify a spelling (#7497)

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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new c144f6d  modify a spelling (#7497)
c144f6d is described below

commit c144f6d361384ac3944fd97e1c1582f0eefd2ae7
Author: kimmking <ki...@163.com>
AuthorDate: Thu Sep 17 12:18:01 2020 +0800

    modify a spelling (#7497)
---
 .../governance-spring-namespace-example/src/main/resources/logback.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/src/main/resources/logback.xml b/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/src/main/resources/logback.xml
index f714fc5..631d5ec 100644
--- a/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/src/main/resources/logback.xml
+++ b/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/src/main/resources/logback.xml
@@ -17,7 +17,7 @@
   -->
 
 <configuration>
-    <property name="log.context.name" value="spring-namespace-orche-mybatis-example" />
+    <property name="log.context.name" value="spring-namespace-governance-mybatis-example" />
     <property name="log.charset" value="UTF-8" />
     <property name="log.pattern" value="[%-5level] %date --%thread-- [%logger] %msg %n" />
     <contextName>${log.context.name}</contextName>