Skip to content

Commit

Permalink
Update websocket.go
Browse files Browse the repository at this point in the history
fixed merge conflict
  • Loading branch information
ShourieG authored Jan 17, 2025
1 parent fcfddb2 commit e0419e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x-pack/filebeat/input/streaming/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,7 @@ func (s *websocketStream) FollowStream(ctx context.Context) error {
}
s.metrics.receivedBytesTotal.Add(uint64(len(message)))
state["response"] = message
<<<<<<< HEAD
s.log.Debugw("received websocket message", logp.Namespace("websocket"), string(message))
=======
s.log.Debugw("received websocket message", logp.Namespace(s.ns), "msg", string(message))
>>>>>>> ef3bd69d3 ([streaming] - Made namespace consistent in logging & put a null check to stop paincs on shutdown (#42315))
err = s.process(ctx, state, s.cursor, s.now().In(time.UTC))
if err != nil {
s.metrics.errorsTotal.Inc()
Expand Down

0 comments on commit e0419e2

Please sign in to comment.