Skip to content

Commit 613f0c0

Browse files
committed
Merge pull request #572 from CodeNow/feature-morgan-freeman-all-envs
morgan all envs
2 parents d7365d5 + cc4dac4 commit 613f0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)