disable request logging

jellyseerr
Harvey Tindall 5 months ago
parent 385953b0cb
commit 785395dd20
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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
}

Loading…
Cancel
Save