bump logging

This commit is contained in:
Simon Tokumine 2011-12-14 00:17:37 +00:00
parent ef15f4b48b
commit d64647a231
2 changed files with 2 additions and 6 deletions

6
app.js
View File

@ -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);

View File

@ -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",