From 548d1214f18f2050c140b009c9728d5579d0b88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Sat, 21 Jun 2025 13:53:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/logging.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/logging.properties b/conf/logging.properties index 9ab4a38..01ec9c3 100644 --- a/conf/logging.properties +++ b/conf/logging.properties @@ -7,7 +7,8 @@ com.sun.level=INFO sun.level=INFO jdk.level=INFO io.netty.level = INFO -java.util.logging.FileHandler.level=FINE +org.postgresql.level = INFO +java.util.logging.FileHandler.level=INFO #10M java.util.logging.FileHandler.limit=10485760 java.util.logging.FileHandler.count=10000