mozilla / makedrive

[RETIRED] Webmaker Filesystem
Mozilla Public License 2.0
351 stars 33 forks source link

Fix #439 - report web server port when starting #467

Closed humphd closed 9 years ago

humphd commented 9 years ago

This patch adds info about the web server's startup to our default logging (note the second last line below):

 $ npm start

> makedrive@0.0.68 start /Users/dave/Sites/repos/makedrive
> node ./server/index.js | ./node_modules/.bin/bunyan

[2014-11-13T19:51:18.919Z]  INFO: MakeDrive-development/15423 on hospitality.local: Enabling /p/* route
[2014-11-13T19:51:18.920Z]  INFO: MakeDrive-development/15423 on hospitality.local: Enabling /j/* route
[2014-11-13T19:51:18.921Z]  INFO: MakeDrive-development/15423 on hospitality.local: Enabling /z/* route
[2014-11-13T19:51:19.056Z]  INFO: MakeDrive-development/15423 on hospitality.local: Connected to redis hostname=localhost port=6379
[2014-11-13T19:51:19.059Z]  INFO: MakeDrive-development/15423 on hospitality.local: Connected to redis hostname=localhost port=6379
[2014-11-13T19:51:19.062Z]  INFO: MakeDrive-development/15423 on hospitality.local: Connected to redis hostname=localhost port=6379
[2014-11-13T19:51:19.065Z]  INFO: MakeDrive-development/15423 on hospitality.local: Started web server on port 9090
[2014-11-13T19:51:19.066Z]  INFO: MakeDrive-development/15423 on hospitality.local: Started Server Worker.
humphd commented 9 years ago

@alicoding r?

alicoding commented 9 years ago

r=me