change: 调整日志格式. ***命令相关功能暂时关闭.

This commit is contained in:
2024-06-15 09:30:18 +08:00
parent 12e789e034
commit 5423fe32d4
10 changed files with 120 additions and 51 deletions

View File

@@ -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("已关闭.");