Add log to access the admin panel

This commit is contained in:
loicsaintroch 2015-11-26 14:17:10 +01:00
parent 7ce92ce3b4
commit fe1f8fbe5c

View File

@ -50,6 +50,7 @@ module.exports = function start(configOverride, cb) {
if (cluster.isMaster) {
self.log.info('Server started in ' + self.config.appPath);
self.log.info('Your server is running at ' + self.config.url);
self.log.info('Your admin panel is available at ' + self.config.url + '/admin/');
self.log.debug('Time: ' + new Date());
self.log.debug('Environment: ' + self.config.environment);
self.log.debug('Process PID: ' + process.pid);