Geyser icon indicating copy to clipboard operation
Geyser copied to clipboard

Not using logger when configuration parsing fails

Open rtm516 opened this issue 3 months ago • 2 comments

When this fails it calls the built in system error log instead of using our logger so on plugin versions it warns about using the plugin logger.

https://github.com/GeyserMC/Geyser/blob/a24f68412315fdabe93053d7722f9c9f15fc6511/core/src/main/java/org/geysermc/geyser/configuration/GeyserJacksonConfiguration.java#L354

rtm516 avatar Apr 15 '24 08:04 rtm516

The geyser logger isn't constructed until after the config is read though, so we can't simply switch it out

onebeastchris avatar Apr 15 '24 08:04 onebeastchris