1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-19 19:00:11 +00:00

disable request logging

This commit is contained in:
Harvey Tindall 2024-07-30 20:56:48 +01:00
parent 385953b0cb
commit 785395dd20
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

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
}