Adjust log level in sample

This commit is contained in:
rejas 2020-12-29 10:21:50 +01:00
parent 0c3f9f4ed9
commit 07e75b8550

View File

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