Skip to content

Commit

Permalink
rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Aug 27, 2018
1 parent 496ebe4 commit a01440c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filebeat/reader/multiline/multiline.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ func (mlr *Reader) clear() {
func (mlr *Reader) finalize() reader.Message {
if mlr.truncated > 0 {
mlr.message.AddTagsWithKey("log.status", []string{"truncated"})
fmt.Println(mlr.message.Fields)
}

// Copy message from existing content
Expand Down

0 comments on commit a01440c

Please sign in to comment.