blob: 5e7f4dc6ca523576a60c9f5b44603e09e315800f (
plain)
1
2
3
4
5
6
7
|
# Reference
1. [Structured Logging for Python](https://www.structlog.org/en/latest/)
1. [The Value of Correlation IDs](https://www.rapid7.com/blog/post/2016/12/23/the-value-of-correlation-ids/)
1. [IceCream — Never use print() to debug again](https://github.com/gruns/icecream)
1. [Capabilities of Elixir's Logger](https://blog.appsignal.com/2020/10/13/capabilities-of-elixir-logger.html)
|