Add new log level "debug" for such a purpose

This commit is contained in:
veeck
2020-11-06 11:47:09 +01:00
parent da302fce32
commit 5ac20d65ac
3 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ var config = {
httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true
language: "en",
logLevel: ["INFO", "LOG", "WARN", "ERROR"],
logLevel: ["DEBUG", "INFO", "LOG", "WARN", "ERROR"],
timeFormat: 24,
units: "metric",
// serverOnly: true/false/"local" ,