Started Repo spring-cleaning:

- added config directory for all configuration files
- removed jars
- Moved some files to more sensibel spots
This commit is contained in:
Seraina
2022-03-31 13:42:58 +02:00
parent 4f44ab2f3b
commit 9b0e751c18
5 changed files with 211 additions and 0 deletions

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
</Appenders>
<Loggers>
<Root level="all">
<AppenderRef ref="Console"/>
</Root>
</Loggers>
</Configuration>