From 7747847efae8bb4c349a3ae96f5b9713f2d11969 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Wed, 17 Aug 2011 19:23:33 +0300 Subject: [PATCH] logging setup is moved into app.js for the browserid server (now common between test and prod envs). remove it from the run.js harness --- browserid/run.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/browserid/run.js b/browserid/run.js index b486602f0..761fc95d6 100755 --- a/browserid/run.js +++ b/browserid/run.js @@ -54,10 +54,6 @@ exports.runServer = function() { app = express.createServer(); - app.use(express.logger({ - stream: fs.createWriteStream(path.join(handler.varDir, "server.log")) - })); - // let the specific server interact directly with the connect server to register their middleware if (handler.setup) handler.setup(app); -- GitLab