How to add email to Log Stream?

Is it possible to add email to Log Streams’ payload?

Hey Denis,
We are working on providing an element of metadata in the tenant logs through log streaming. Outside of that there is no way currently to customize the log stream payload.
What is the reason behind adding emails to the log stream payload?

We need to search users’ actions through logs but we can’t use a user ID for a query because the same user can have different IDs.
Multiple IDs are created if they sign up using Database connection and then sign in using Social. Each auth flow creates a new profile so every profile has an ID. We merge user profiles using Auth0 Rules. Emails will make it possible to find user actions in logs no matter what auth flow is used.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.