aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/logging.md
diff options
context:
space:
mode:
authorEduardo Julian2022-02-22 16:29:17 -0400
committerEduardo Julian2022-02-22 16:29:17 -0400
commitf07effd9faf3fdaa677f659d6bbccf98931c5e5a (patch)
tree0b51a4b8492d06db6b3eca38a3b9143de1c1d735 /documentation/bookmark/logging.md
parent2d1348a73159ec87fa0da2bd3768d641236693fb (diff)
No more automatic conversions of primitive types in JVM FFI.
Diffstat (limited to 'documentation/bookmark/logging.md')
-rw-r--r--documentation/bookmark/logging.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/bookmark/logging.md b/documentation/bookmark/logging.md
index 5e7f4dc6c..ea8d31ce2 100644
--- a/documentation/bookmark/logging.md
+++ b/documentation/bookmark/logging.md
@@ -1,7 +1,8 @@
# 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)
+0. [Spans - a key concept of distributed tracing](https://signoz.io/blog/distributed-tracing-span/)
+0. [Structured Logging for Python](https://www.structlog.org/en/latest/)
+0. [The Value of Correlation IDs](https://www.rapid7.com/blog/post/2016/12/23/the-value-of-correlation-ids/)
+0. [IceCream — Never use print() to debug again](https://github.com/gruns/icecream)
+0. [Capabilities of Elixir's Logger](https://blog.appsignal.com/2020/10/13/capabilities-of-elixir-logger.html)