remove message payload from RemoteClusterFrame audit (#27048)

Этот коммит содержится в:
Doug Lauder
2024-05-21 14:51:10 -05:00
коммит произвёл GitHub
родитель 2fd5725c9f
Коммит 45e3b54b60

Просмотреть файл

@@ -251,7 +251,8 @@ type RemoteClusterFrame struct {
func (f *RemoteClusterFrame) Auditable() map[string]interface{} {
return map[string]interface{}{
"remote_id": f.RemoteId,
"msg": f.Msg,
"msg_id": f.Msg.Id,
"topic": f.Msg.Topic,
}
}