Merge branch 'main' into docker_rebuild_config

This commit is contained in:
Jason Song
2023-12-20 07:09:12 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -418,7 +418,7 @@ func (r *Reporter) parseLogRow(entry *log.Entry) *runnerv1.LogRow {
return &runnerv1.LogRow{
Time: timestamppb.New(entry.Time),
Content: content,
Content: strings.ToValidUTF8(content, "?"),
}
}