From 785395dd20c14ad8702c031323c8f529d1e102ff Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 30 Jul 2024 20:56:48 +0100 Subject: [PATCH] disable request logging --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c91d018..acc739f 100644 --- a/main.go +++ b/main.go @@ -369,7 +369,7 @@ func start(asDaemon, firstCall bool) { app.config.Section("jellyseerr").Key("api_key").String(), common.NewTimeoutHandler("Jellyseerr", jellyseerrServer, true), ) - app.js.LogRequestBodies = true + // app.js.LogRequestBodies = true }