Skip to content

Commit

Permalink
Restart pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mshamota-nr committed Oct 23, 2020
1 parent 0119d82 commit abab7a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion record/record.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func RemapRecord(inputRecord FluentBitRecord, inputTimestamp interface{}, plugin
default:
// Unhandled timestamp type, just ignore (don't log, since I assume we'll fill up someone's disk)
}

if val, ok := outputRecord["log"]; ok {
outputRecord["message"] = val
delete(outputRecord, "log")
Expand Down

0 comments on commit abab7a0

Please sign in to comment.