Skip to content

Commit a49bd32

Browse files
committed
[ws-daemon] Improve backup logging
1 parent a4a8f39 commit a49bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-daemon/pkg/content/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ func (s *WorkspaceService) uploadWorkspaceContent(ctx context.Context, sess *ses
467467
return
468468
}
469469
tmpfSize = stat.Size()
470-
log.WithField("size", tmpfSize).WithFields(sess.OWI()).Debug("created temp file for workspace backup upload")
470+
log.WithField("size", tmpfSize).WithField("location", tmpf.Name()).WithFields(sess.OWI()).Debug("created temp file for workspace backup upload")
471471

472472
return
473473
})

0 commit comments

Comments
 (0)