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

@@ -156,7 +156,6 @@ class SettingsMutation {
// misc
updateSetting(settings.debugLogsEnabled, serverConfig.debugLogsEnabled)
updateSetting(settings.gqlDebugLogsEnabled, serverConfig.gqlDebugLogsEnabled)
updateSetting(settings.systemTrayEnabled, serverConfig.systemTrayEnabled)
updateSetting(settings.maxLogFiles, serverConfig.maxLogFiles)
updateSetting(settings.maxLogFileSize, serverConfig.maxLogFileSize)