Deploy.yml

This commit is contained in:
Robert Jelic
2025-02-23 12:19:51 +01:00
parent 28b75c22a3
commit 9966f7c94d
3 changed files with 58 additions and 2 deletions

View File

@@ -7,8 +7,8 @@
--- @field LEVEL table The log levels
local Log = {}
Log._logs = {}
Log._enabled = true
Log._logToFile = true
Log._enabled = false
Log._logToFile = false
Log._logFile = "basalt.log"
fs.delete(Log._logFile)