mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-09 20:00:12 +00:00
disable request logging
This commit is contained in:
parent
385953b0cb
commit
785395dd20
2
main.go
2
main.go
@ -369,7 +369,7 @@ func start(asDaemon, firstCall bool) {
|
|||||||
app.config.Section("jellyseerr").Key("api_key").String(),
|
app.config.Section("jellyseerr").Key("api_key").String(),
|
||||||
common.NewTimeoutHandler("Jellyseerr", jellyseerrServer, true),
|
common.NewTimeoutHandler("Jellyseerr", jellyseerrServer, true),
|
||||||
)
|
)
|
||||||
app.js.LogRequestBodies = true
|
// app.js.LogRequestBodies = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user