mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Log settings file in use on start up
This commit is contained in:
parent
0b1b4df210
commit
e543cc0fed
@ -103,6 +103,7 @@ function start() {
|
|||||||
redNodes.cleanModuleList();
|
redNodes.cleanModuleList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
log.info("Settings file : "+settings.settingsFile);
|
||||||
redNodes.loadFlows();
|
redNodes.loadFlows();
|
||||||
}).otherwise(function(err) {
|
}).otherwise(function(err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
Loading…
Reference in New Issue
Block a user