SKCraft / Launcher

🚀 Distribute your Minecraft modpacks with a custom launcher
Other
625 stars 437 forks source link

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

Closed DaMatrix closed 10 months ago

DaMatrix commented 1 year 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 10 months ago

LGTM