change: 调整日志格式. ***命令相关功能暂时关闭.
This commit is contained in:
@@ -171,7 +171,6 @@ public final class SystemInitializer implements Refreshable, Clearable {
|
||||
|
||||
// 添加进程结束钩子函数
|
||||
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
|
||||
MDC.put("pid", SystemSupport.getPid());
|
||||
log.info("程序正在关闭中, 可能需要一定时间.");
|
||||
scheduledThreadPoolExecutor.shutdown();
|
||||
log.info("已关闭.");
|
||||
|
||||
Reference in New Issue
Block a user