PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.36k stars 2.19k forks source link

Fixes exception log messages getting dropped during bootstrap #10935

Closed Machine-Maker closed 1 week ago

emilyy-dev commented 1 week ago

wouldn't adding a shutdown hook be a more appropriate solution than playing hide and seek with existing (and future) exit points?

electronicboy commented 1 week ago

shutdown hooks run in order of registration, so, we could register one, but, then we'd need to remove it, otherwise upstream shutdown thread won't be able to log the shutdown process