Commit 61a46f19 authored by yanzg's avatar yanzg

修复异常提醒,从而正确的跟踪异常信息

parent 4e8c108f
......@@ -41,7 +41,7 @@ public class CloudConfig {
/**
* 1个请求最长时间(毫秒)
*/
@Value("${yzg.log.time.max:[0,100,300,1000,5000,30000]}")
@Value("#{'${yzg.log.time.max:0,100,300,1000,5000,30000}'.split(',')}")
private List<Integer> logTimeMax = new ArrayList<>();
/**
* 写入时间
......
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