Skip to content

Commit

Permalink
add logback.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaking committed Jan 8, 2024
1 parent 7eb41e9 commit 423bc86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/WEB-INF/classes/logback.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} %t %c{0} [%p] %m%n</pattern>
</encoder>
</appender>

<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
</configuration>

0 comments on commit 423bc86

Please sign in to comment.