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

jimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new d06477f1 optimize: add logback.xml (#679)
d06477f1 is described below

commit d06477f15bd9b6fbdbdcc3e3679218d22784c6a8
Author: jimin <sliev...@163.com>
AuthorDate: Fri May 17 10:33:08 2024 +0800

    optimize: add logback.xml (#679)
---
 at-sample/spring-seata/src/main/resources/logback.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/at-sample/spring-seata/src/main/resources/logback.xml 
b/at-sample/spring-seata/src/main/resources/logback.xml
new file mode 100644
index 00000000..cac5d66c
--- /dev/null
+++ b/at-sample/spring-seata/src/main/resources/logback.xml
@@ -0,0 +1,13 @@
+<configuration>
+
+    <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
+        <encoder>
+            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n</pattern>
+        </encoder>
+    </appender>
+
+    <root level="INFO">
+        <appender-ref ref="CONSOLE" />
+    </root>
+
+</configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to