Commit 1d12de05 authored by yanzg's avatar yanzg

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

parent 373635e1
......@@ -60,9 +60,6 @@ public class LogBase implements ThreadNext.Next, InitializingBean {
*/
public void addLog(LogInfoVo logVo) {
// 当不记录日志时,则直接忽略
if (!cloudConfig.isLogBase()) {
return;
}
cache.add(logVo);
}
......
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