Merged in release/2025-02-28 (pull request #2126)
Remove email from handler. Approved-by: Patrick Fic
This commit is contained in:
@@ -148,7 +148,7 @@ async function OpenSearchUpdateHandler(req, res) {
|
|||||||
body: document
|
body: document
|
||||||
};
|
};
|
||||||
|
|
||||||
logger.log("os-handler", "DEBUG", req.user.email, null, {
|
logger.log("os-handler", "DEBUG", null, null, {
|
||||||
id: req.body.event.data.new.id,
|
id: req.body.event.data.new.id,
|
||||||
index: req.body.table.name,
|
index: req.body.table.name,
|
||||||
bodyshopid: payload.body.bodyshopid
|
bodyshopid: payload.body.bodyshopid
|
||||||
|
|||||||
Reference in New Issue
Block a user