Server: add webserver url log at startup

pull/24/head
Chocobozzz 2016-11-01 19:23:49 +01:00
parent a2647f7ac6
commit 763381deaf
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ installer.installApplication(function (err) {
Request.activate()
logger.info('Server listening on port %d', port)
logger.info('Webserver: %s', constants.CONFIG.WEBSERVER.URL)
app.emit('ready')
})
})