X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/400210f8c9d8b111a3efdaa76c8be579ea5666cb..62d28600cbfc31f8e72c61e4519ff198cb66a02a:/services/keepstore/command.go diff --git a/services/keepstore/command.go b/services/keepstore/command.go index c589e639f5..006d244639 100644 --- a/services/keepstore/command.go +++ b/services/keepstore/command.go @@ -190,7 +190,7 @@ func (h *handler) setup(ctx context.Context, cluster *arvados.Cluster, token str // Initialize the trashq and workers h.trashq = NewWorkQueue() for i := 0; i < 1 || i < h.Cluster.Collections.BlobTrashConcurrency; i++ { - go RunTrashWorker(h.volmgr, h.Cluster, h.trashq) + go RunTrashWorker(h.volmgr, h.Logger, h.Cluster, h.trashq) } // Set up routes and metrics