suppressed poll logging
This commit is contained in:
parent
74e8b6ed50
commit
22fb9daaa8
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ module.exports = function (options) {
|
|||
return !POLL_RE.test(req.url);
|
||||
}
|
||||
|
||||
app.use(morgan({skip: suppressPollLog }));
|
||||
app.use(morgan({skip: suppressPollLog}));
|
||||
app.use(express.bodyParser());
|
||||
|
||||
if (!options.https) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue