From 07e75b85505ad6cfd7707d719eb04e6aeeeb0c8d Mon Sep 17 00:00:00 2001 From: rejas Date: Tue, 29 Dec 2020 10:21:50 +0100 Subject: [PATCH] Adjust log level in sample --- config/config.js.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js.sample b/config/config.js.sample index 55e84cb4..eb79b9d6 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -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" ,