Added log message about where configuration is being loaded from

v1.18.x
Micheil Smith 11 years ago
parent 0672c7276d
commit 74049dccb1

@ -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'));

Loading…
Cancel
Save