Skip to content

Instantly share code, notes, and snippets.

View sylv256's full-sized avatar
๐ŸŽ€
sylveons

Sylv sylv256

๐ŸŽ€
sylveons
View GitHub Profile
@sylv256
sylv256 / log4j2.xml
Last active October 12, 2024 03:30 — forked from FiniteReality/log4j2.xml
Fabrified NeoForge Log4J Config
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<!-- Standard output -->
<TerminalConsole name="SysOut">
<Select>
<!-- If we're running through the launcher, format messages using XML -->
<SystemPropertyArbiter propertyName="minecraft.launcher.brand" propertyValue="minecraft-launcher">
<LegacyXMLLayout/>
</SystemPropertyArbiter>