Initial commit

This commit is contained in:
Melledy
2022-04-17 05:43:07 -07:00
Unverified
commit 3b45ff7d46
1078 changed files with 367097 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<Configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>[%d{HH:mm:ss}] [%level] %msg%n</pattern>
</encoder>
</appender>
<logger name="org.reflections" level="OFF"/>
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</Configuration>