From acb6aeffd1d87318fcf2d06c5d755e4a4af2fe37 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 06 三月 2024 00:01:51 +0800 Subject: [PATCH] update 优化 去除非必要注解 --- 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