Skip to content

Commit

Permalink
update morgan config
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Sep 18, 2014
1 parent de77ca9 commit a309882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = function (app, passport) {
}
};
} else {
log = { format: 'dev' };
log = 'dev';
}

// Don't log during tests
Expand Down

0 comments on commit a309882

Please sign in to comment.