Browse Source

Re-Add TC.Loglevel

bernhardbuhl 3 years ago
parent
commit
ea0762b25a
1 changed files with 7 additions and 0 deletions
  1. 7 0
      baangt/ui/pyqt/globalSetting.json

+ 7 - 0
baangt/ui/pyqt/globalSetting.json

@@ -184,6 +184,13 @@
             "default": "False",
             "options": ["True", "False" ],
             "displayText": "DeactivateStatistics"
+        },
+        "TC.LogLevel": {
+            "hint": "Set the level of logging. Standard = 'debug'. For production you might want to change to another value",
+            "type": "select",
+            "default": "",
+            "options": ["", "Debug", "Info", "Warning", "Error"],
+            "displayText": "LogLevel"
         }
     }
 }