Added log message about where configuration is being loaded from

This commit is contained in:
Micheil Smith
2014-02-16 05:36:29 +00:00
parent 0672c7276d
commit 74049dccb1

1
app.js
View File

@@ -99,6 +99,7 @@ function start() {
winston.info('Time: ' + new Date());
winston.info('Initializing NodeBB v' + pkg.version);
winston.info('* using configuration stored in: ' + configFile);
winston.info('* using ' + nconf.get('database') +' store at ' + nconf.get(nconf.get('database') + ':host') + ':' + nconf.get(nconf.get('database') + ':port'));
winston.info('* using themes stored in: ' + nconf.get('themes_path'));