diff --git a/lib/cartodb/server_options.js b/lib/cartodb/server_options.js index 39f15498..cbca11d9 100644 --- a/lib/cartodb/server_options.js +++ b/lib/cartodb/server_options.js @@ -10,7 +10,8 @@ module.exports = function(){ enable_cors: global.environment.enable_cors, varnish_host: global.environment.varnish_host, varnish_port: global.environment.varnish_port, - cache_enabled: global.environment.cache_enabled + cache_enabled: global.environment.cache_enabled, + log_format: '[:date] :req[X-Real-IP] \033[90m:method\033[0m \033[36m:req[Host]:url\033[0m \033[90m:status :response-time ms -> :res[Content-Type]\033[0m' }; /**