Skip to content

Commit

Permalink
perf: 修复录像上传成功生命周期日志
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed May 13, 2024
1 parent a469558 commit e6e7812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/common/uploader_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func (u *UploaderService) UploadReplay(sid, replayPath string) error {
logger.Errorf("Uploader service replay %s uploaded error: %s", absGzFile, err)
return err
}
u.recordingSessionLifecycleReplay(sid, model.ReplayUploadSuccess, "")
logger.Infof("Uploader service replay file %s upload to %s", absGzFile, replayBackendName)
if _, err = u.apiClient.FinishReply(sid); err != nil {
logger.Errorf("Finish %s replay api failed: %s", sid, err)
Expand Down

0 comments on commit e6e7812

Please sign in to comment.