Added environments to preload

This commit is contained in:
2025-08-22 00:33:54 -04:00
parent f684776a4d
commit 2bbbac2870

View File

@@ -0,0 +1,13 @@
/**
* Global Environment Variables for modules
*/
/**
* LogLevel
* 1 = Error
* 2 = Warn
* 3 = Info
* 4 = Debug
* 5 = Log
*/
_G["ets_loglevel"] = 5;