repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf3e64
)
Refine log level.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 19 Oct 2020 11:55:46 +0000
(13:55 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/index.js
b/src/index.js
index a4cace734c317ecbfe6dffd59be3f357f01d92dd..62e705b2b6bd599e21b7211b5200f770864bf15d 100644
(file)
--- 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;