Skip to content

Commit 7c25d3e

Browse files
committed
better naming of layers and filters
1 parent 95be7ff commit 7c25d3e

File tree

1 file changed

+1
-1
lines changed
  • examples/self-diagnostics/src

1 file changed

+1
-1
lines changed

examples/self-diagnostics/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn init_logger_provider() -> opentelemetry_sdk::logs::LoggerProvider {
6565

6666
tracing_subscriber::registry()
6767
.with(fmt_internal_and_dependency_layer)
68-
.with(application_filter)
68+
.with(application_layer)
6969
.init();
7070
provider
7171
}

0 commit comments

Comments
 (0)