提交 fe97e510 authored 作者: xuxueli's avatar xuxueli

log optimize

上级 575e7b4a
...@@ -90,12 +90,17 @@ public class ExecutorRegistryThread { ...@@ -90,12 +90,17 @@ public class ExecutorRegistryThread {
logger.info(">>>>>>>>>>> xxl-job registry-remove fail, registryParam:{}, registryResult:{}", new Object[]{registryParam, registryResult}); logger.info(">>>>>>>>>>> xxl-job registry-remove fail, registryParam:{}, registryResult:{}", new Object[]{registryParam, registryResult});
} }
} catch (Exception e) { } catch (Exception e) {
logger.info(">>>>>>>>>>> xxl-job registry-remove error, registryParam:{}", registryParam, e); if (!toStop) {
logger.info(">>>>>>>>>>> xxl-job registry-remove error, registryParam:{}", registryParam, e);
}
} }
} }
} catch (Exception e) { } catch (Exception e) {
logger.error(e.getMessage(), e); if (!toStop) {
logger.error(e.getMessage(), e);
}
} }
logger.info(">>>>>>>>>>> xxl-job, executor registry thread destory."); logger.info(">>>>>>>>>>> xxl-job, executor registry thread destory.");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论