Open StrongestNumber9 opened 4 months ago
Alternatively leave it as-is and add secondary state attribute?
payload is a payload, and basically has nothing to do with relp protocol itself it is part of the syslog transport on top of relp. i guess it could be made pluggable so we could have another module to implement the actual syslog transport
Description
RelpFrameAccess{txn=3, command=rsp, payloadLength=45, payload=500 EXCEPTION WHILE PROCESSING SYSLOG PAYLOAD, endOfTransfer= }
->
RelpFrameAccess{txn=3, command=rsp, payloadLength=45, status=500, payload=EXCEPTION WHILE PROCESSING SYSLOG PAYLOAD, endOfTransfer= }
Use case or motivation behind the feature request
Easier to handle, no need to do
.startsWith("500")
checks or anythingRelated issues
Additional context