From 46182e9ae1728f79409159469faf2cff6222136b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 27 Dec 2023 13:54:29 +0100 Subject: [PATCH] Comment --- log/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log/doc.go b/log/doc.go index 1d127d566c12..f0d556c5f516 100644 --- a/log/doc.go +++ b/log/doc.go @@ -3,9 +3,9 @@ /* Package log defines the OpenTelemetry Bridge API. -Application code should not call this API directly. -The API is supposed to be used by a log bridge implementation, +It is supposed to be used by a log bridge implementation, which is an adapter between an existing logging library and the OpenTelemetry. +Application code should not call this API directly. Existing logging libraries generally provide a much richer set of features than what is defined in OpenTelemetry.