From 59d9ea33f503e363f2e2941c7c00cc9dd9d9d1c7 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期二, 28 十一月 2023 11:00:42 +0800 Subject: [PATCH] 修改课题管理bug --- src/main/webapp/WEB-INF/log4j.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/WEB-INF/log4j.properties b/src/main/webapp/WEB-INF/log4j.properties index 70c7e66..679ae99 100644 --- a/src/main/webapp/WEB-INF/log4j.properties +++ b/src/main/webapp/WEB-INF/log4j.properties @@ -1,6 +1,6 @@ # Root logger option -log4j.rootLogger=INFO, file, stdout +log4j.rootLogger=DEBUG,INFO, file, stdout log4j.logger.org.hibernate.internal.util.EntityPrinter=ERROR # Direct log messages to a log file -- Gitblit v1.9.2