Commit fa7974a3 authored by 黎博's avatar 黎博

日志调试

parent e6a0a973
......@@ -3,9 +3,7 @@ package cn.quantgroup.qaplatform;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
@EnableWebMvc
@SpringBootApplication
@MapperScan(value = "cn.quantgroup.qaplatform.dao")
public class QaPlatformApplication {
......
......@@ -31,6 +31,6 @@ pagehelper:
logging:
level:
root: info
cn.quantgroup: debug
# cn.quantgroup: 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