Skip to content

Commit 2389937

Browse files
authored
[content-service] log ready file metrics (#18781)
1 parent 0a44cfa commit 2389937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/content-service/pkg/initializer/initializer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@ func PlaceWorkspaceReadyFile(ctx context.Context, wspath string, initsrc csapi.W
571571
return xerrors.Errorf("cannot rename workspace ready file: %w", err)
572572
}
573573

574+
log.WithField("content", string(fc)).WithField("destination", wspath).Info("ready file metrics")
575+
574576
return nil
575577
}
576578

0 commit comments

Comments
 (0)