Mojira Archive
MC-85592

Default log4j2.xml is suboptimal

The default log4j2.xml has a line like:

<Configuration status="WARN" packages="net.minecraft,com.mojang">

This is suboptimal as log4j will scan the entire list of these classes for handlers. Since the only handlers are in com.mojang.util, by changing the configuration to

<Configuration status="WARN" packages="com.mojang.util">

application startup speed will improve by seconds.

Fixed

[Mod] md_5

[Mojang] Nathan Adams

2015-08-09, 05:11 AM

2016-02-20, 02:51 PM

2015-08-19, 11:59 AM

0

3

Plausible

Minecraft 15w32c, Minecraft 1.8.9

Minecraft 15w34a