geforkt von Mirrors/Velocity
Print exception in task
Dieser Commit ist enthalten in:
Ursprung
ca915a44a9
Commit
5be64565e9
@ -173,7 +173,7 @@ public class VelocityScheduler implements Scheduler {
|
||||
try {
|
||||
runnable.run();
|
||||
} catch (Exception e) {
|
||||
Log.logger.error("Exception in task {} by plugin {}", runnable, plugin);
|
||||
Log.logger.error("Exception in task {} by plugin {}", runnable, plugin, e);
|
||||
} finally {
|
||||
currentTaskThread = null;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren