From ed12a71c52215e9aad0e09e21252a723684f6c6c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 30 十二月 2024 10:52:30 +0800
Subject: [PATCH] 日志级别调整

---
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0f814ac..64dbb09 100644
--- a/pom.xml
+++ b/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>

--
Gitblit v1.8.0