Lower logging level

This commit is contained in:
Vortrex
2021-10-02 18:23:10 -05:00
parent 257a662d6a
commit fd9b2bdcd7

View File

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