We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b750804 commit 36fb372Copy full SHA for 36fb372
src/server/middleware/logging.ts
@@ -22,7 +22,7 @@ export const logging = (
22
epicTargeting: res.locals.epicTargeting,
23
userAgent: isServerError(res.statusCode) ? req.headers['user-agent'] : undefined,
24
epicSuperMode: res.locals.epicSuperMode,
25
- responseTimeMs: Math.round(responseTimeMs),
+ responseTimeInMs: Math.round(responseTimeMs),
26
});
27
28
next();
0 commit comments