You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: