Commit 76e39532 authored by 黎博's avatar 黎博

解决日志报错问题

parent fa7974a3
......@@ -25,6 +25,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- 解决HEAD "/tech/health/check", parameters={} 404的问题 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
......
......@@ -31,6 +31,6 @@ pagehelper:
logging:
level:
root: info
# cn.quantgroup: debug
cn.quantgroup.qaplatform: debug
file:
name: /home/quant_group/logs/qa-platform.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment