pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-admin/src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application.properties | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pom.xml
@@ -83,7 +83,7 @@ <id>prod</id> <properties> <profiles.active>prod</profiles.active> <logging.level>warn</logging.level> <logging.level>debug</logging.level> </properties> </profile> </profiles> ruoyi-admin/src/main/resources/application.yml
@@ -45,8 +45,8 @@ logging: level: org.dromara: @logging.level@ org.springframework: warn tech.powerjob.worker.background: warn org.springframework: debug tech.powerjob.worker.background: debug config: classpath:logback-plus.xml # 用户配置 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.