I have enabled logging audit logs (LOG_AUDIT_EVENTS=true). However, from looking at the logs, I see that they only provide userId.
This is not very useful since I would like to map the user name or email that corresponds to this log. Is there any way to also send the user name in the audit logs?
Hey @pablo.estrada! I don't think there's any native functionality for that, unfortunately. I can see how it would be nice to have, though. Are you streaming your logs to a third-party observability platform? You might be able to automate the mapping of userId to something like username or email, if so.
Regardless, I'll talk to our team here to see if it might be feasible to allow for customizing those audit logs.