Skip to content

Commit

Permalink
remove continue from timestamp parse failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nslaughter committed Feb 13, 2024
1 parent 76e10a3 commit 81f0af3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/translator/azure/resourcelogs_to_logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (r ResourceLogsUnmarshaler) UnmarshalLogs(buf []byte) (plog.Logs, error) {
nanos, err := getTimestamp(log)
if err != nil {
r.Logger.Warn("Unable to convert timestamp from log", zap.String("timestamp", log.Time))
continue
}

lr := logRecords.AppendEmpty()
Expand Down

0 comments on commit 81f0af3

Please sign in to comment.