externalpluginmanager: print full exception when plugin can't be loaded (#2847)
This commit is contained in:
@@ -762,7 +762,7 @@ public class ExternalPluginManager
|
|||||||
}
|
}
|
||||||
catch (Throwable ex)
|
catch (Throwable ex)
|
||||||
{
|
{
|
||||||
log.error("plugin {} could not be loaded. {} {}", pluginId, ex.toString(), ex.getMessage());
|
log.error("Plugin {} could not be loaded.", pluginId, ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
return scannedPlugins;
|
return scannedPlugins;
|
||||||
|
|||||||
Reference in New Issue
Block a user