Skip to content

Commit 57bc2f2

Browse files
Fix logger name in changelog
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
1 parent 7b991e5 commit 57bc2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After:
3030

3131
```
3232
let logger = provider
33-
.logger_builder("my-tracername")
33+
.logger_builder("my-logger-name")
3434
.with_version(env!("CARGO_PKG_VERSION"))
3535
.with_schema_url(semcov::SCHEMA_URL)
3636
.with_attributes(vec![KeyValue::new("key", "value")])

0 commit comments

Comments
 (0)