From 135a322f44708b1187d37ea4b6859b5d82113e89 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Wed, 14 Aug 2024 11:00:30 +0800
Subject: [PATCH] update gitignore
---
src/main/resources/application-guotai-prod.yml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application-guotai-prod.yml b/src/main/resources/application-guotai-prod.yml
index 3b938cf..c57ecb5 100644
--- a/src/main/resources/application-guotai-prod.yml
+++ b/src/main/resources/application-guotai-prod.yml
@@ -128,4 +128,11 @@
# profile: /www/wwwroot/springboot_pro/TroubleAndRisk/upload
profile: /home/java/TroubleAndRisk/upload
# 获取ip地址开关
- addressEnabled: true
\ No newline at end of file
+ addressEnabled: true
+
+
+# 日志配置
+logging:
+ level:
+ com.ruoyi: info
+ org.springframework: info
\ No newline at end of file
--
Gitblit v1.9.2