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