rev:修改
This commit is contained in:
@@ -26,7 +26,12 @@ public class AsyncLuceneAppender extends AspectLogbackAsyncAppender {
|
||||
mdcPropertyMap.put("traceId", traceId);
|
||||
}
|
||||
}
|
||||
super.append(event);
|
||||
try {
|
||||
super.append(event);
|
||||
} catch (Exception e) {
|
||||
System.out.println(e.getMessage());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user