Skip to content

Commit

Permalink
[content-service] log ready file metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 committed Sep 22, 2023
1 parent bee03a1 commit 770f01e
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 770f01e

Please sign in to comment.