A tiny FML coremod that forces log4j to use Forge's default log4j configuration.
Many launchers change log4j's configuration to a less verbose one. This limits the usefulness of logs submitted by users.
This coremod finds Forge's log4j2.xml
on the classpath and configures the logger contexts to use it, as they 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.