vectrix-space / ignite

A Mixin loader for Spigot/Paper
MIT License
198 stars 14 forks source link

Logger Configuration of Launch Jar will not be taken over #136

Closed MarkusTieger closed 5 months ago

MarkusTieger commented 1 year ago

You should load the log4j2.xml file from the launch jar, before launching it and reconfiguring it with org.apache.logging.log4j.core.config.Configurator.reconfigure(config)

In Ignite: image

Without Ignite: image

vectrixdevelops commented 6 months ago

This is fixed in the development version of Ignite (1.0.0-SNAPSHOT) and will be included in the next release. This is a breaking change so make sure to update your mods accordingly.

vectrixdevelops commented 5 months ago

Fixed in the latest release: https://github.com/vectrix-space/ignite/releases/tag/v1.0.0