Log4j2 doesn't need debug level logging for itself anymore

This commit is contained in:
Christian 2014-01-20 22:01:04 -05:00
parent 294c825cc1
commit acda9b5dd7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="debug" packages="com.mojang.util">
<Configuration status="WARN" packages="com.mojang.util">
<Appenders>
<Console name="FmlSysOut" target="SYSTEM_OUT">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %msg%n" />