|
@@ -88,7 +88,7 @@ public class JobThread extends Thread{
|
88
|
88
|
}
|
89
|
89
|
} catch (Exception e) {
|
90
|
90
|
if (toStop) {
|
91
|
|
- logger.error("----------- xxl-job toStop, stopReason:{}", stopReason);
|
|
91
|
+ logger.error("<br>----------- xxl-job toStop, stopReason:{}", stopReason);
|
92
|
92
|
}
|
93
|
93
|
logger.error("JobThread Exception:", e);
|
94
|
94
|
StringWriter out = new StringWriter();
|
|
@@ -111,7 +111,7 @@ public class JobThread extends Thread{
|
111
|
111
|
}
|
112
|
112
|
} catch (Exception e) {
|
113
|
113
|
if (toStop) {
|
114
|
|
- logger.error("----------- xxl-job toStop, stopReason:{}", stopReason);
|
|
114
|
+ logger.error("<br>----------- xxl-job toStop, stopReason:{}", stopReason);
|
115
|
115
|
}
|
116
|
116
|
logger.error("----------- xxl-job JobThread Exception:", e);
|
117
|
117
|
}
|