fix(app.js): Stream log
use logger instead of logger.stream
This commit is contained in:
parent
036b2414f3
commit
7ba0d600f1
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -79,7 +79,7 @@ if (config.usessl) {
|
|||
|
||||
// logger
|
||||
app.use(morgan('combined', {
|
||||
'stream': logger.stream
|
||||
'stream': logger
|
||||
}))
|
||||
|
||||
// socket io
|
||||
|
|
Loading…
Reference in a new issue