add demo app
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-09-05 12:20:05 +03:00
parent e5a9c82ff3
commit d25eac9366
5 changed files with 235 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="debug">
<appender-ref ref="STDOUT" />
</root>
</configuration>