things in the middle UIs i guess

This commit is contained in:
2025-03-11 22:38:42 -05:00
parent 65376b95cd
commit 1247caff35
49 changed files with 745 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,13 @@
<configuration>
<!-- Console appender (log to console) -->
<appender name="Console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} - %msg%n</pattern>
</encoder>
</appender>
<!-- Root logger -->
<root level="debug">
<appender-ref ref="Console"/>
</root>
</configuration>