From 178b9bed58cd569de7340099ee55f49964c4e6ff Mon Sep 17 00:00:00 2001 From: wangjx <1609724385@qq.com> Date: Sat, 26 Jun 2021 11:24:52 +0800 Subject: [PATCH] =?UTF-8?q?nacos=E6=8C=81=E4=B9=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sentinel-dashboard/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sentinel-dashboard/src/main/resources/application.properties b/sentinel-dashboard/src/main/resources/application.properties index ee7db82d..2081093f 100755 --- a/sentinel-dashboard/src/main/resources/application.properties +++ b/sentinel-dashboard/src/main/resources/application.properties @@ -7,9 +7,9 @@ spring.http.encoding.enabled=true server.servlet.session.cookie.name=sentinel_dashboard_cookie #logging settings -logging.level.org.springframework.web=DEBUG +logging.level.org.springframework.web=INFO #logging.file=${user.home}/logs/csp/sentinel-dashboard.log -logging.file=${user.home}/logs/csp/sentinel-dashboard.log +logging.file=/var/log/sentineldashboard/sentinel-dashboard.log logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n #logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n