Skip to content
Snippets Groups Projects
Commit 7747847e authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

logging setup is moved into app.js for the browserid server (now common...

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
parent 95e8778d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment