Seperation in user observability
Is there any way to seperate the logs coming in from different users? Currently its all in one place
5 Replies
Project ID:
4557a7ac-9bc3-4981-bf66-af03ea5aed17
4557a7ac-9bc3-4981-bf66-af03ea5aed17
For example in this image, I cannot differentiate between the logs of different users
looks like there’s a userid. could alter your logs to include the userid on every line, then filter by it
exactly what Adam said, use json structured logging then you can easily filter by a specific user id attribute