sorted all errors and made first Jar file
version 1.0
This commit is contained in:
BIN
target/classes/disMCbot.class
Normal file
BIN
target/classes/disMCbot.class
Normal file
Binary file not shown.
13
target/classes/log4j2.xml
Normal file
13
target/classes/log4j2.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Configuration status="WARN">
|
||||
<Appenders>
|
||||
<File name="File" fileName="../logs/bot.log">
|
||||
<PatternLayout pattern="%d{dd-MM-yyyy HH:mm:ss} [%t] %-5level %logger{36} - %msg%n" />
|
||||
</File>
|
||||
</Appenders>
|
||||
<Loggers>
|
||||
<Root level="info">
|
||||
<AppenderRef ref="File" />
|
||||
</Root>
|
||||
</Loggers>
|
||||
</Configuration>
|
Reference in New Issue
Block a user