GTNewHorizons / lwjgl3ify

A mod to run Minecraft 1.7.10 using LWJGL3 and Java 17+
GNU Lesser General Public License v3.0
170 stars 37 forks source link

Log4j config is replaced with a not very verbose one since 1.5.0 #85

Closed makamys closed 1 year ago

makamys commented 1 year ago

Ever since 1.5.0, lwjgl3ify's forgePatches jar contains a log4j2.xml configuration that's much less verbose than the one that comes with Forge. I'm not sure if this is intentional. I had to use -Dlog4j.configurationFile to restore the original one as a workaround to get a usable log.

Here are the two xml files for comparison:

The one inside forge-1.7.10-10.13.4.1614-1.7.10-universal.jar ```xml ```
The one inside lwjgl3ify-1.5.1-forgePatches.jar ```xml ```
eigenraven commented 1 year ago

This is definitely a mistake, probably from shading legacylauncher, thanks for spotting this! I'll release a fixed version this weekend