diff --git a/app.js b/app.js index f5cc40c5ee..58f028294d 100644 --- a/app.js +++ b/app.js @@ -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'));