implemented loco programming

This commit is contained in:
Stephan Richter
2021-01-26 00:53:13 +01:00
parent 3afb452d57
commit a55265c6db
7 changed files with 138 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{5} - %msg%n</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>DEBUG</level>
<level>INFO</level>
</filter>
</appender>