Make logger configurable

This commit is contained in:
Veeck
2020-05-11 07:46:56 +02:00
committed by rejas
parent f2d03a511e
commit d0c6a4ee6d
2 changed files with 14 additions and 2 deletions

View File

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