Skip to content

Commit 73e402b

Browse files
authored
Fix log4j2 warning / Remove package scanning (#3347)
1 parent 73cb633 commit 73e402b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/log4j2.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Configuration status="WARN" packages="com.mojang.util">
2+
<Configuration status="WARN">
33
<Appenders>
44
<Console name="SysOut" target="SYSTEM_OUT">
55
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %msg%n" />
@@ -34,4 +34,4 @@
3434
<AppenderRef ref="TerminalConsole"/>
3535
</Root>
3636
</Loggers>
37-
</Configuration>
37+
</Configuration>

0 commit comments

Comments
 (0)