Skip to content

Commit

Permalink
[content-service] log ready file metrics (#18781)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 authored Sep 23, 2023
1 parent 0a44cfa commit 2389937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/content-service/pkg/initializer/initializer.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ func PlaceWorkspaceReadyFile(ctx context.Context, wspath string, initsrc csapi.W
return xerrors.Errorf("cannot rename workspace ready file: %w", err)
}

log.WithField("content", string(fc)).WithField("destination", wspath).Info("ready file metrics")

return nil
}

Expand Down

0 comments on commit 2389937

Please sign in to comment.