chore: remove log
This commit is contained in:
parent
e397f46791
commit
e233869efe
1 changed files with 0 additions and 2 deletions
|
|
@ -61,8 +61,6 @@ async function logMiddleware(req: Request, res: Response, next: NextFunction) {
|
||||||
...req.app.locals.logData,
|
...req.app.locals.logData,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(obj);
|
|
||||||
|
|
||||||
elasticsearch.index({
|
elasticsearch.index({
|
||||||
index: ELASTICSEARCH_INDEX,
|
index: ELASTICSEARCH_INDEX,
|
||||||
document: obj,
|
document: obj,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue