A tiny FML coremod that forces log4j to use Forge's default log4j configuration.
It has been confirmed to work with HMCL and ATLauncher.
Many launchers change log4j's configuration to a less verbose one. This limits the usefulness of logs submitted by users.
This coremod clears the value of the log4j.configurationFile
JVM flag, forcing the xml in the Forge jar to be used, as it should!
Just drop it into your mods folder. The jar name is deliberately prefixed with +
characters to make it run as early as possible (the later it runs, the more log messages get lost.)
The project is licensed under the Unlicense.