Refine log level.
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 19 Oct 2020 11:55:46 +0000 (13:55 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 19 Oct 2020 11:55:46 +0000 (13:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/index.js

index a4cace734c317ecbfe6dffd59be3f357f01d92dd..62e705b2b6bd599e21b7211b5200f770864bf15d 100644 (file)
@@ -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;