mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
@ -88,6 +88,9 @@ public class CommonUtil {
|
|||||||
|
|
||||||
ClassLoader pluginLoader = CommonUtil.class.getClassLoader();
|
ClassLoader pluginLoader = CommonUtil.class.getClassLoader();
|
||||||
Thread.currentThread().setContextClassLoader(pluginLoader);
|
Thread.currentThread().setContextClassLoader(pluginLoader);
|
||||||
|
|
||||||
|
// Trigger provider search
|
||||||
|
LoggerFactory.getLogger(parent.getName()).info("Initialize logging service");
|
||||||
try {
|
try {
|
||||||
parent.setLevel(Level.ALL);
|
parent.setLevel(Level.ALL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user