Skip to content

Commit

Permalink
optimize: add logback.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed May 17, 2024
1 parent 1b55af2 commit 5d88284
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions at-sample/spring-seata/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 5d88284

Please sign in to comment.