Added logging on start up detailing where themes are being loaded from.

This commit is contained in:
Micheil Smith
2014-02-14 05:04:08 +00:00
parent 8866de8b30
commit a857d4cab0

1
app.js
View File

@@ -93,6 +93,7 @@ function start() {
winston.info('Time: ' + new Date());
winston.info('Initializing NodeBB v' + pkg.version);
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_dir'));
if (process.env.NODE_ENV === 'development') {
winston.info('Base Configuration OK.');