Commit 9d3372ca authored by yanzg's avatar yanzg

不记录系统日志

parent d6819666
......@@ -33,12 +33,12 @@ public class LogLocal implements ThreadNext.Next, InitializingBean {
/**
* 1个请求最长时间(毫秒)
*/
@Value("${yzg.log.time.max:300000}")
@Value("${yzg.log.time.max:10000}")
private int logTimeMax;
/**
* 1个请求间隔记录时间(毫秒)
*/
@Value("${yzg.log.time.split:300000}")
@Value("${yzg.log.time.split:5000}")
private int logTimeSplit;
@Value("${yzg.log.notFilter:^.*login.*$}")
......
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