projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2647f7
)
Server: add webserver url log at startup
author
Chocobozzz
<florian.bigard@gmail.com>
Tue, 1 Nov 2016 18:23:49 +0000
(19:23 +0100)
committer
Chocobozzz
<florian.bigard@gmail.com>
Tue, 1 Nov 2016 18:23:49 +0000
(19:23 +0100)
server.js
patch
|
blob
|
history
diff --git
a/server.js
b/server.js
index e5bb5d1a4478f1b750950c1d8e09651a5e1f5df6..317b6ed77c3b791b3891a7ad11e328fccd0e8e74 100644
(file)
--- a/
server.js
+++ b/
server.js
@@
-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')
})
})