diff --git a/modules/00_Envs/global_envs.ts b/modules/00_Envs/global_envs.ts new file mode 100644 index 0000000..ff76c07 --- /dev/null +++ b/modules/00_Envs/global_envs.ts @@ -0,0 +1,13 @@ +/** + * Global Environment Variables for modules + */ + +/** + * LogLevel + * 1 = Error + * 2 = Warn + * 3 = Info + * 4 = Debug + * 5 = Log + */ +_G["ets_loglevel"] = 5; \ No newline at end of file