Skip to content

Commit

Permalink
Log Node.js version on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
rochoa committed Feb 10, 2017
1 parent 229a2c0 commit e5c3c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Expand Up @@ -110,6 +110,7 @@ var listener = server.listen(serverOptions.bind.port, serverOptions.bind.host, b
var version = require("./package").version;

listener.on('listening', function() {
log("Using Node.js %s", process.version);
log('Using configuration file "%s"', configurationFile);
log(
"Windshaft tileserver %s started on %s:%s PID=%d (%s)",
Expand Down

0 comments on commit e5c3c28

Please sign in to comment.