From 0b5fab1a08d0aa14db3946e65d7d97c7d9698848 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 19 Oct 2020 13:55:46 +0200 Subject: [PATCH] Refine log level. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index a4cace73..62e705b2 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,7 @@ const logger = require('./utils/Logger'); class Bootstrap { static async start() { try { - logger.info('%s Configuration: %j', Utils.basicFormatLog(), Configuration.getConfig()); + logger.debug('%s Configuration: %j', Utils.basicFormatLog(), Configuration.getConfig()); // Start each ChargingStation object in a worker thread if (Configuration.getStationTemplateURLs()) { let numStationsTotal = 0; -- 2.34.1