We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036b241 commit 7ba0d60Copy full SHA for 7ba0d60
1 file changed
app.js
@@ -79,7 +79,7 @@ if (config.usessl) {
79
80
// logger
81
app.use(morgan('combined', {
82
- 'stream': logger.stream
+ 'stream': logger
83
}))
84
85
// socket io
0 commit comments