Commit e2549bb2 authored by yanzg's avatar yanzg

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

parent 27fa3740
......@@ -83,7 +83,7 @@ public class LogCountTime implements ThreadNext.Next, InitializingBean {
if (ret != null) {
return ret;
}
ret = new LogUrlCountVo(key, level);
ret = new LogUrlCountVo(urlTo, level);
todayMemoryCache.put(key, ret);
return ret;
}
......
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