Remove "grapqhl log level" setting (#1155)

internal logging was removed with graphql-java v22.0
This commit is contained in:
schroda
2024-11-18 03:11:26 +01:00
committed by GitHub
parent 746f9f1a11
commit 6951b4b20d
7 changed files with 5 additions and 15 deletions

View File

@@ -49,7 +49,6 @@ server.basicAuthPassword = ""
# misc
server.debugLogsEnabled = false
server.gqlDebugLogsEnabled = false # this includes logs with non privacy safe information
server.systemTrayEnabled = true
server.maxLogFiles = 31 # the max number of days to keep files before they get deleted
server.maxLogFileSize = "10mb" # the max size of a log file - possible values: 1 (bytes), 1KB (kilobytes), 1MB (megabytes), 1GB (gigabytes)