From 4e3ed46eb457f4d08f1d752322a5b495e437fff1 Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Sun, 5 May 2019 13:40:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF=E4=B8=BAeror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index 097a7c2d..4d3e2627 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -55,7 +55,7 @@ kafka: msgExchange: intervalSeconds: 1 waitDateLeftOffset: 600000 - ignoreMsg: ldm-*,regn-*,rsta-*,error-* #忽略的消息列表 + ignoreMsg: ldm-*,regn-*,rsta-*,eror-* #忽略的消息列表 logstash: host: 130.120.3.234:5000 scheduled: From 7e8cc6ecc72950e1369ccd32f43092b8a3e2875f Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Sun, 5 May 2019 14:34:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E8=AE=B0=E5=BD=95=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=A0=86=E6=A0=88=E4=BF=A1=E6=81=AF=E3=80=82=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E6=9F=A5=E6=89=BE=E9=97=AE=E9=A2=98=E6=A0=B9?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gzzn/omms/msgexchangeapi/msghandler/flop/PSDTHandler.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/gzzn/omms/msgexchangeapi/msghandler/flop/PSDTHandler.java b/src/main/java/com/gzzn/omms/msgexchangeapi/msghandler/flop/PSDTHandler.java index 0dd3f956..7a0358f3 100644 --- a/src/main/java/com/gzzn/omms/msgexchangeapi/msghandler/flop/PSDTHandler.java +++ b/src/main/java/com/gzzn/omms/msgexchangeapi/msghandler/flop/PSDTHandler.java @@ -1,6 +1,5 @@ package com.gzzn.omms.msgexchangeapi.msghandler.flop; -import java.util.ArrayList; import java.util.List; import org.slf4j.Logger; @@ -153,7 +152,7 @@ public class PSDTHandler extends FlopBaseHandler { fltr.setAbdg(abdgBuffer.toString());//登机桥叠加 } catch (Exception e) { - logger.error("获取登机桥信息失败:{}",e.getMessage()); + logger.error("获取登机桥信息失败,msg:{},trace:{}",e.getMessage(),e); } }//end for