disable request logging

This commit is contained in:
Harvey Tindall
2024-07-30 20:56:48 +01:00
parent 385953b0cb
commit 785395dd20
+1 -1
View File
@@ -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
}