This commit is contained in:
minster586
2026-01-14 03:21:16 -05:00
parent 4f95009962
commit 5512f6fa7f
20 changed files with 407 additions and 0 deletions

View File

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