mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 00:07:25 +02:00
Added logging on start up detailing where themes are being loaded from.
This commit is contained in:
1
app.js
1
app.js
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user