|
@@ -33,7 +33,7 @@ module.exports = options => {
|
|
|
};
|
|
|
} else {
|
|
|
logData = {
|
|
|
- id: this.logId, requestTime: ctx.logTime, responseTime, runTime,
|
|
|
+ id: ctx.logId, requestTime: ctx.logTime, responseTime, runTime,
|
|
|
};
|
|
|
}
|
|
|
const bLogger = runTime > 500 ? ctx.getLogger('warning') : ctx.getLogger('finish');
|