We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8f9e3 commit c1e77d0Copy full SHA for c1e77d0
components/ws-daemon/pkg/cgroup/plugin_iolimit_v2.go
@@ -62,7 +62,7 @@ func (c *IOLimiterV2) Apply(ctx context.Context, opts *PluginOptions) error {
62
63
_, err := v2.NewManager(opts.BasePath, filepath.Join("/", opts.CgroupPath), c.limits)
64
if err != nil {
65
- log.WithError(err).WithField("basePath", opts.BasePath).WithField("cgroupPath", opts.CgroupPath).WithField("limits", c.limits).Error("cannot write IO limits")
+ log.WithError(err).WithField("basePath", opts.BasePath).WithField("cgroupPath", opts.CgroupPath).WithField("limits", c.limits).Warn("cannot write IO limits")
66
}
67
68
for {
0 commit comments