From 7a8338910b6aaa55ff134bdc5d50dcc403d5b602 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Fri, 3 Feb 2023 23:04:56 +0800 Subject: [PATCH] 1 --- web/src/main/resources/application-prod.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/application-prod.properties b/web/src/main/resources/application-prod.properties index 19346332..a8d6d030 100644 --- a/web/src/main/resources/application-prod.properties +++ b/web/src/main/resources/application-prod.properties @@ -8,8 +8,8 @@ springext.cache.redis.ttl=300 logging.level.root=ERROR #logging.level.root=DEBUG -logging.level.org.springframework.web=DEBUG -logging.level.org.springframework.web.servlet.mvc.method.annotation=DEBUG +logging.level.org.springframework.web=ERROR +logging.level.org.springframework.web.servlet.mvc.method.annotation=ERROR logging.file.name = my.log logging.pattern.console=%-4relative [%thread] %-5level %logger{256} %M %L - %msg%n