From d4685e5f9594916ae20abee354ec7185a06a1125 Mon Sep 17 00:00:00 2001 From: songgaoshuai <1742057357@qq.com> Date: 星期四, 07 三月 2024 15:42:32 +0800 Subject: [PATCH] add 添加撤销,终止,驳回,作废等状态校验 --- ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties index 5477c1f..5b6516c 100644 --- a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties +++ b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties @@ -6,6 +6,9 @@ spring.jpa.open-in-view=false spring.data.mongodb.repositories.type=none logging.level.org.mongodb=warn +logging.level.tech.powerjob.server=warn +logging.level.MONITOR_LOGGER_DB_OPERATION=warn +logging.level.MONITOR_LOGGER_WORKER_HEART_BEAT=warn logging.config: classpath:logback-plus.xml # Configuration for uploading files. -- Gitblit v1.9.3