From f095e0fd71467f0378a4b527f6f09759b646d181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Tue, 2 Jan 2024 18:41:27 +0100 Subject: [PATCH] [chore] Remove dead hyperlink --- log/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/DESIGN.md b/log/DESIGN.md index b494867fd93..2f85599e1c8 100644 --- a/log/DESIGN.md +++ b/log/DESIGN.md @@ -41,7 +41,7 @@ is defined as an interface in `provider.go`. ### Logger The [`Logger` abstraction](https://opentelemetry.io/docs/specs/otel/logs/bridge-api/#logger) -is defined as an interface in [logger.go](logger.go). +is defined as an interface in `logger.go`. Canceling the context pass to `Emit` should not affect record processing. Among other things, log messages may be necessary to debug a