feat: change system name

This commit is contained in:
Methapon2001 2024-07-15 16:46:46 +07:00
parent 5ca06267d3
commit 08f8c598ac

View file

@ -47,7 +47,7 @@ async function logMiddleware(req: Request, res: Response, next: NextFunction) {
const obj = {
logType: res.statusCode >= 500 ? "error" : res.statusCode >= 400 ? "warning" : "info",
systemName: "BMA_EHR_DEVELOPMENT",
systemName: "development",
startTimeStamp: timestamp,
endTimeStamp: new Date().toISOString(),
processTime: performance.now() - start,