diff --git a/cmd/s3-gw/app.go b/cmd/s3-gw/app.go index d8e24133..e7531d58 100644 --- a/cmd/s3-gw/app.go +++ b/cmd/s3-gw/app.go @@ -230,6 +230,7 @@ func newApp(ctx context.Context, log *Logger, v *viper.Viper) *App { wrkDone: make(chan struct{}, 1), maxClients: api.NewMaxClientsMiddleware(maxClientsCount, maxClientsDeadline), + settings: &appSettings{LogLevel: log.lvl}, } app.initMetrics()