|
|
@@ -52,7 +52,7 @@ public class LogEventListenerConfig {
|
|
|
InnerLog4j2 log = logEvent.getLog();
|
|
|
if(Level.ERROR.levelStr.equals(log.getLevel())){
|
|
|
String exceptionStack = log.getExceptionStack();
|
|
|
- if(StrUtil.containsAny(exceptionStack,"NotLoginException","Broken pipe","CustomException: ","HttpMessageNotReadableException")){
|
|
|
+ if(StrUtil.containsAny(exceptionStack,"NotLoginException","Broken pipe","CustomException: ","HttpMessageNotReadableException","Stream is closed")){
|
|
|
return;
|
|
|
}
|
|
|
SysRunningLog sysLog = BeanUtil.copyProperties(log, SysRunningLog.class);
|