More debug logging

This commit is contained in:
Vortrex
2022-03-05 22:11:17 -06:00
parent cd59a0ea4f
commit 47d7ba1af2
3 changed files with 16 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
let scriptVersion = "1.0";
let serverStartTime = 0;
let logLevel = LOG_ERROR|LOG_WARN|LOG_INFO;
let logLevel = LOG_DEBUG;
// ===========================================================================