Daehyun Kim
Results
2
comments of
Daehyun Kim
@shtse8 I have same issue. and I couldn't solve yet. how to fix it?
I fixed it. first, add secret:"something you want" sencond. in ExpressEngine.js ``` //var logsOpt = accessLog(config); //this.app.use(require('morgan')(logsOpt.format, logsOpt.options)); this.app.use(require('morgan')(config.format || 'dev', config.option || {})); ```