aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/logging.md
diff options
context:
space:
mode:
authorEduardo Julian2021-11-08 02:02:27 -0400
committerEduardo Julian2021-11-08 02:02:27 -0400
commitdf6cf0d3c980e3d7240eec6cb38d86af61037725 (patch)
tree6654307936eeeb0947bb7e8db8e9e94430c8c2dd /documentation/bookmark/logging.md
parent305a3b5bca562601ee37b4cac69dd02f245830db (diff)
Sharing the same Function class between bootsrapper and JVM compiler.
Diffstat (limited to 'documentation/bookmark/logging.md')
-rw-r--r--documentation/bookmark/logging.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/logging.md b/documentation/bookmark/logging.md
index 8f89b529e..5e7f4dc6c 100644
--- a/documentation/bookmark/logging.md
+++ b/documentation/bookmark/logging.md
@@ -1,5 +1,6 @@
# 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)