#222 added debug log enable to configs

This commit is contained in:
Mikayla
2023-05-10 20:57:23 +00:00
parent 032284e90d
commit 50c0a4a3eb
11 changed files with 47 additions and 32 deletions

View File

@@ -28,5 +28,7 @@ config.LOG_PATH = "/log.txt"
-- 0 = APPEND (adds to existing file on start)
-- 1 = NEW (replaces existing file on start)
config.LOG_MODE = 0
-- true to log verbose debug messages
config.LOG_DEBUG = false
return config