Don't log when including logger.js

This commit is contained in:
Koen Kanters
2020-10-07 17:15:46 +02:00
parent 8f40d18c0a
commit 3a1f697d93
4 changed files with 26 additions and 12 deletions
+1
View File
@@ -104,6 +104,7 @@ class Controller {
async start() {
this.state.start();
logger.logOutput();
const info = await utils.getZigbee2mqttVersion();
logger.info(`Starting Zigbee2MQTT version ${info.version} (commit #${info.commitHash})`);