Skip to content

Commit

Permalink
rm hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Jan 21, 2021
1 parent 5f81011 commit 7176c36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filebeat/input/filestream/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ func (inp *filestream) readFromSource(
log.Info("Reader was closed. Closing.")
case reader.ErrLineUnparsable:
log.Info("Skipping unparsable line in file.")
s.Offset += int64(message.Bytes)
continue
default:
log.Errorf("Read line error: %v", err)
Expand Down

0 comments on commit 7176c36

Please sign in to comment.