From ed12a71c52215e9aad0e09e21252a723684f6c6c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 30 十二月 2024 10:52:30 +0800 Subject: [PATCH] 日志级别调整 --- ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 dc2cdf3..edc262c 100644 --- a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties +++ b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties @@ -5,10 +5,10 @@ spring.main.banner-mode=log 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.level.org.mongodb=debug +logging.level.tech.powerjob.server=debug +logging.level.MONITOR_LOGGER_DB_OPERATION=debug +logging.level.MONITOR_LOGGER_WORKER_HEART_BEAT=debug logging.config: classpath:logback-plus.xml # Configuration for uploading files. -- Gitblit v1.8.0