bump logging
This commit is contained in:
parent
ef15f4b48b
commit
d64647a231
6
app.js
6
app.js
@ -20,7 +20,7 @@ var _ = require('underscore')
|
|||||||
, Step = require('step')
|
, Step = require('step')
|
||||||
, cartoData = require('./lib/cartodb/carto_data')
|
, cartoData = require('./lib/cartodb/carto_data')
|
||||||
, CartodbWindshaft = require('./lib/cartodb/cartodb_windshaft');
|
, CartodbWindshaft = require('./lib/cartodb/cartodb_windshaft');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// set environment specific variables
|
// set environment specific variables
|
||||||
@ -34,7 +34,3 @@ var serverOptions = require('./lib/cartodb/server_options');
|
|||||||
ws = CartodbWindshaft(serverOptions);
|
ws = CartodbWindshaft(serverOptions);
|
||||||
ws.listen(global.environment.windshaft_port);
|
ws.listen(global.environment.windshaft_port);
|
||||||
console.log("Windshaft tileserver started on port " + global.environment.windshaft_port);
|
console.log("Windshaft tileserver started on port " + global.environment.windshaft_port);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-varnish": "0.1.0",
|
"node-varnish": "0.1.0",
|
||||||
"underscore" : "1.1.x",
|
"underscore" : "1.1.x",
|
||||||
"windshaft" : "0.4.2",
|
"windshaft" : "0.4.3",
|
||||||
"step": "0.0.x",
|
"step": "0.0.x",
|
||||||
"generic-pool": "1.0.x",
|
"generic-pool": "1.0.x",
|
||||||
"redis": "0.6.7",
|
"redis": "0.6.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user