Skip to content

Commit cc4dac4

Browse files
author
Bryan Kendall
committed
let's see all the requests on all things
1 parent d7365d5 commit cc4dac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/express-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (envIs('production')) {
2020
}));
2121
}
2222

23-
if (envIs('development', 'local', 'stage')) {
23+
if (!envIs('test')) {
2424
app.use(morganFreeman('short'));
2525
}
2626

0 commit comments

Comments
 (0)