config(gb32960): document parse.lenient-block-failure in application.yml
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -55,6 +55,11 @@ lingniu:
|
|||||||
vin-prefixes: []
|
vin-prefixes: []
|
||||||
# VIN 精确匹配
|
# VIN 精确匹配
|
||||||
vins: []
|
vins: []
|
||||||
|
# 报文解析容错。默认启用单块异常隔离:某个信息块解析失败时兜成
|
||||||
|
# InfoBlock.Raw 后继续解析下一个块,不再整帧丢弃。仅在需要严格失败语义
|
||||||
|
# (灰度回滚或抓虫)时设为 false。
|
||||||
|
parse:
|
||||||
|
lenient-block-failure: true
|
||||||
jt808:
|
jt808:
|
||||||
enabled: false
|
enabled: false
|
||||||
port: 10808
|
port: 10808
|
||||||
@@ -141,8 +146,8 @@ logging:
|
|||||||
level:
|
level:
|
||||||
root: INFO
|
root: INFO
|
||||||
com.lingniu.ingest: INFO
|
com.lingniu.ingest: INFO
|
||||||
com.lingniu.ingest.protocol.gb32960.inbound.Gb32960ChannelHandler: INFO
|
com.lingniu.ingest.protocol.gb32960.inbound.Gb32960ChannelHandler: DEBUG
|
||||||
com.lingniu.ingest.protocol.gb32960.codec.Gb32960FrameDecoder: INFO
|
com.lingniu.ingest.protocol.gb32960.codec.Gb32960FrameDecoder: DEBUG
|
||||||
com.lingniu.ingest.protocol.gb32960.codec.Gb32960BodyParser: INFO
|
com.lingniu.ingest.protocol.gb32960.codec.Gb32960BodyParser: DEBUG
|
||||||
# 信达 push 诊断:打开下面一行可以看到每一条收发的原始字节 hex dump
|
# 信达 push 诊断:打开下面一行可以看到每一条收发的原始字节 hex dump
|
||||||
com.lingniu.ingest.inbound.xinda: INFO
|
com.lingniu.ingest.inbound.xinda: DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user