From 86a85a95dece4e4a95705e8faf3dbe71f7ce0fd6 Mon Sep 17 00:00:00 2001 From: Khushi Jain Date: Wed, 17 Jul 2024 10:10:29 +0530 Subject: [PATCH] Update bridges/otelzap/core.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert PajÄ…k --- bridges/otelzap/core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/otelzap/core.go b/bridges/otelzap/core.go index 969ed637bff..3b4a496792d 100644 --- a/bridges/otelzap/core.go +++ b/bridges/otelzap/core.go @@ -28,7 +28,7 @@ // - [zapcore.PanicLevel] is transformed to [log.SeverityFatal2] // - [zapcore.FatalLevel] is transformed to [log.SeverityFatal3] // -// Attribute values are transformed based on their type into log attributes, or into a string value if there is no matching type. +// Fields are transformed based on their type into log attributes, or into a string value if there is no matching type. // // [OpenTelemetry]: https://opentelemetry.io/docs/concepts/signals/logs/