diff --git a/cmd/hepa/main.go b/cmd/hepa/main.go index 92560f944..7883d9c29 100644 --- a/cmd/hepa/main.go +++ b/cmd/hepa/main.go @@ -264,9 +264,10 @@ var runCmd = &cli.Command{ // ozone event consumer (if configured) if srv.Engine.OzoneClient != nil { oc := consumer.OzoneConsumer{ - Engine: srv.Engine, Logger: logger.With("subsystem", "ozone-consumer"), RedisClient: srv.RedisClient, + OzoneClient: srv.Engine.OzoneClient, + Engine: srv.Engine, } go func() {