connected-web / product-monitor

A HTML/JavaScript template for monitoring a product by encouraging product developers to gather all the information about the status of a product, including live monitoring, statistics, endpoints, and test results into one place.
8 stars 3 forks source link

Server started on http://localhost:8080 should happen last in logs #45

Closed Markavian closed 8 years ago

Markavian commented 9 years ago

Generally, this useful information is hidden by other log messages.

If there is an EACCESS error because of port usage, this can be difficult to see because it gets covered over by the other start up messages.

Consider less logging, or reordering.

Also consider killing the server if there's an EACCESS error.