diff --git a/internal/app/handler.go b/internal/app/handler.go index 676bb81..5f050f6 100644 --- a/internal/app/handler.go +++ b/internal/app/handler.go @@ -33,7 +33,8 @@ func NewApp(ctx context.Context, cfg config.Config) *App { Pass: cfg.Rabbit.Pass, Vhost: cfg.Rabbit.Vhost, }, - ChanLen: cfg.App.ProcChanLen, + ChanLen: cfg.App.ProcChanLen, + LoggerEnabled: false, }) return &App{