Change default log level to only debug

This commit is contained in:
Vortrex
2021-01-08 06:34:11 -06:00
parent af91cd4a15
commit dfd767a4de

View File

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