Cats experiments

This commit is contained in:
Pavel Kachalouski
2023-07-30 21:01:22 +02:00
parent cb49d36849
commit 44ca91f7e9
29 changed files with 1051 additions and 962 deletions

View File

@@ -1,11 +1,12 @@
<configuration debug="true" scan="true" >
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%date [%level] %logger: %message%n%xException</pattern>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
<root level="DEBUG">
<appender-ref ref="STDOUT"/>
</root>
</configuration>
</configuration>