This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-12-20 10:03:57 +07:00
parent 6d9ee6bf9f
commit 7742da37db

View file

@ -58,7 +58,7 @@ async function logMiddleware(req: Request, res: Response, next: NextFunction) {
logType: res.statusCode >= 500 ? "error" : res.statusCode >= 400 ? "warning" : "info",
ip: req.ip,
rootId: rootId?.orgRootId ?? null,
systemName: "evaluation",
systemName: "probation",
startTimeStamp: timestamp,
endTimeStamp: new Date().toISOString(),
processTime: performance.now() - start,