Initial API
This commit is contained in:
10
api/src/main/resources/logback.xml
Normal file
10
api/src/main/resources/logback.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<configuration>
|
||||
<appender name="APPENDER" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
<root level="trace">
|
||||
<appender-ref ref="APPENDER"/>
|
||||
</root>
|
||||
</configuration>
|
Reference in New Issue
Block a user