CDB-2096 Configures the CWD for log4js logger.

remotes/origin/use_db_slaves
Raul Ochoa 11 years ago
parent 5a4a35b665
commit 4da0b1e07c

@ -52,7 +52,7 @@ if ( global.environment.rollbar ) {
}); });
} }
log4js.configure(log4js_config); log4js.configure(log4js_config, { cwd: __dirname });
global.logger = log4js.getLogger(); global.logger = log4js.getLogger();
// Include cartodb_windshaft only _after_ the "global" variable is set // Include cartodb_windshaft only _after_ the "global" variable is set

Loading…
Cancel
Save