diff --git a/app.js b/app.js index 8f51b75b..e9b0ca93 100755 --- a/app.js +++ b/app.js @@ -52,7 +52,7 @@ if ( global.environment.rollbar ) { }); } -log4js.configure(log4js_config); +log4js.configure(log4js_config, { cwd: __dirname }); global.logger = log4js.getLogger(); // Include cartodb_windshaft only _after_ the "global" variable is set