Feature/graphql logging (#674)

* Set graphql logs to error level

Set log level for loggers with names
 - ExecutionStrategy (spams logs with "... completing field ...")
 - notprivacysafe (logs every received request up to 4 times (received, parse, validate, execute))

* Extract logic to get logger for name into function

* Add function to set log level for a logger

* Add settings to enable graphql debug logging
This commit is contained in:
schroda
2023-09-04 00:10:43 +02:00
committed by GitHub
parent 1c9a139006
commit 56deea9fb3
6 changed files with 38 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ server.globalUpdateInterval = 12
# misc
server.debugLogsEnabled = true
server.gqlDebugLogsEnabled = false
server.systemTrayEnabled = false
# webUI