#232 cleanup and fixes

This commit is contained in:
Mikayla Fischler
2023-08-21 21:37:56 -04:00
parent fd2abad5cf
commit 6e51e70b62
3 changed files with 11 additions and 3 deletions

View File

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