Commit e6e60087 authored by yanzg's avatar yanzg

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

parent bb8ae1ad
......@@ -21,6 +21,7 @@ public class LogUrlCountVo {
private volatile long maxTime;
public LogUrlCountVo(String tag, String url, int level) {
this.tag = tag;
this.url = url;
this.level = level;
}
......
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