SKCraft / Launcher

🚀 Distribute your Minecraft modpacks with a custom launcher
Other
613 stars 427 forks source link

Prevent Forge's Log4j configuration from being overridden by vanilla's #513

Closed DaMatrix closed 6 months ago

DaMatrix commented 11 months ago

This fixes a few minor inconsistencies (compared to vanilla launcher behavior) in order to ensure that Forge's Log4j configuration actually gets loaded. Without this, the vanilla Log4j config is always used, which means that a debug.log is never generated.

hedgehog1029 commented 6 months ago

LGTM