High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
Minecrell c85ea66260 Add workaround for plugins modifying the parent of the plugin logger
Essentials uses a custom logger name ("Essentials") instead of the
plugin logger. Log messages are redirected to the plugin logger by
setting the parent of the "Essentials" logger to the plugin logger.

With our changes, the plugin logger is now also called "Essentials",
resulting in an infinite loop. Make sure plugins can't change the
parent of the plugin logger to avoid this.
2017-09-21 19:41:20 +02:00
paper-api Add workaround for plugins modifying the parent of the plugin logger 2017-09-21 19:41:20 +02:00