Skip to content

Commit

Permalink
rename validation function
Browse files Browse the repository at this point in the history
  • Loading branch information
haimrubinstein committed Jun 29, 2023
1 parent 11ec359 commit b7cfbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stanza/operator/input/udp/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (u *Input) goHandleMessages(ctx context.Context) {
}

if u.OneLogPerPacket {
log := VerifyLog(message)
log := truncateMaxLog(message)
handleMessage(u, ctx, remoteAddr, log)
continue
}
Expand Down

0 comments on commit b7cfbcd

Please sign in to comment.