Skip to content

Commit 08feef9

Browse files
aledbfcsweichel
authored andcommitted
DELETE
1 parent 38350c8 commit 08feef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/ws-daemon/pkg/daemon/rootfsquota.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ package daemon
77
import (
88
"context"
99

10+
"github.com/gitpod-io/gitpod/common-go/log"
1011
"github.com/gitpod-io/gitpod/ws-daemon/pkg/container"
1112
"github.com/gitpod-io/gitpod/ws-daemon/pkg/dispatch"
1213
"github.com/gitpod-io/gitpod/ws-daemon/pkg/quota"
@@ -43,5 +44,7 @@ func (c *ContainerRootFSQuotaEnforcer) WorkspaceAdded(ctx context.Context, ws *d
4344
return xerrors.Errorf("cannot enforce rootfs quota: %w", err)
4445
}
4546

47+
log.WithField("location", loc).WithField("quota", c.Quota).Info("quopta for workspace root FS created")
48+
4649
return nil
4750
}

0 commit comments

Comments
 (0)