Skip to content

Commit c61db83

Browse files
lalitbcijothomas
andauthored
Update opentelemetry/CHANGELOG.md
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
1 parent 4a8ddfb commit c61db83

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
@@ -36,7 +36,7 @@ let counter = meter.u64_counter("my_counter").build();
3636
- **Breaking change**: [#2260](https://github.com/open-telemetry/opentelemetry-rust/pull/2260)
3737
- Removed `global::set_error_handler` and `global::handle_error`.
3838
- `global::handle_error` usage inside the opentelemetry crates has been replaced with `global::otel_info`, `otel_warn`, `otel_debug` and `otel_error` macros based on the severity of the internal logs.
39-
- The default behavior of `global::handle_error` was to log the error using `eprintln!`. With otel macro, user now need to configure the tokio tracing layer to capture these logs.
39+
- The default behavior of `global::handle_error` was to log the error using `eprintln!`. With otel macro, the internal logs get emitted via `tracing` macros of matching severity. Users now need to configure the `tracing` layer to capture these logs.
4040
- Refer to this PR description for migration guide. Also refer to [self-diagnostics](https://github.com/open-telemetry/opentelemetry-rust/tree/main/examples/self-diagnostics) example on how to configure the tracing layer for internal logs.
4141

4242
## v0.26.0

0 commit comments

Comments
 (0)