We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0ac92 commit 0a2c97aCopy full SHA for 0a2c97a
crates/walrus-service/src/client/cli/runner.rs
@@ -228,7 +228,7 @@ impl ClientCommandRunner {
228
None => (),
229
}
230
// Since we may export OTLP, this needs to be initialised in an async context.
231
- let _guard = subscriber_builder.init()?;
+ let _guard = subscriber_builder.init_scoped()?;
232
233
self.run_cli_app_inner(command).await
234
};
0 commit comments