You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this logger in microservices, while the program may be the same, it may be called from different lambdas. We should allow adding some contextual information so that when seeing the logs in Papertrail, we can filter by a specific lambda in a program (At this moment, all logs from different lambdas in the same program are mixed and we can't easily tell which belongs to which one)
The text was updated successfully, but these errors were encountered:
When using this logger in microservices, while the program may be the same, it may be called from different lambdas. We should allow adding some contextual information so that when seeing the logs in Papertrail, we can filter by a specific lambda in a program (At this moment, all logs from different lambdas in the same program are mixed and we can't easily tell which belongs to which one)
The text was updated successfully, but these errors were encountered: