瀏覽代碼

dashboard: use default console log format of Spring Boot

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 5 年之前
父節點
當前提交
1d0b5fae6a
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      sentinel-dashboard/src/main/resources/application.properties

+ 1
- 2
sentinel-dashboard/src/main/resources/application.properties 查看文件

@@ -6,6 +6,5 @@ spring.http.encoding.enabled=true
#logging settings
logging.level.org.springframework.web=INFO
logging.file=${user.home}/logs/csp/sentinel-dashboard.log
logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
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

Loading…
取消
儲存