mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
717 stars 48 forks source link

Stamp logger entries with request ID #96

Closed mweagle closed 6 years ago

mweagle commented 6 years ago

Consider adding a logrus.LogEntry to the request context so that log statements include the requestID as an inline field.

mweagle commented 6 years ago

Included with ContextKeyRequestLogger. Closing.