From dd8795a2675e32b25abe98f644f80d5f72fadb90 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期三, 01 十一月 2023 14:08:55 +0800 Subject: [PATCH] update icon --- 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