Skip to content

Commit 206962f

Browse files
authored
small fix to the log appender definition (#4638)
## Changes Minor fix in the explanation of log appender in the glossary. "from an existing log API into OpenTelemetry using Logs API" -> "from an existing logging library into OpenTelemetry using Logs API"
1 parent c8ef9c4 commit 206962f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ recommended to call it out specifically.
223223

224224
### Log Appender / Bridge
225225

226-
A log appender or bridge is a component which bridges logs from an existing log
227-
API into OpenTelemetry using the [Log API](./logs/api.md). The
226+
A log appender or bridge is a component which bridges logs from an existing logging
227+
library into OpenTelemetry using the [Log API](./logs/api.md). The
228228
terms "log bridge" and "log appender" are used interchangeably, reflecting that
229229
these components bridge data into OpenTelemetry, but are often called appenders
230230
in the logging domain.

0 commit comments

Comments
 (0)