summaryrefslogtreecommitdiff
path: root/script/global.d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/global.d.lua')
-rw-r--r--script/global.d.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/global.d.lua b/script/global.d.lua
index 793f687d..56f3019f 100644
--- a/script/global.d.lua
+++ b/script/global.d.lua
@@ -46,3 +46,6 @@ CHECK = ''
---@type string | '"Error"' | '"Warning"' | '"Information"' | '"Hint"'
CHECKLEVEL = 'Warning'
+
+---@type 'trace' | 'debug' | 'info' | 'warn' | 'error'
+LOGLEVEL = 'warn'