We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d7058 commit 6e7e418Copy full SHA for 6e7e418
opentelemetry-sdk/src/logs/log_processor.rs
@@ -1071,10 +1071,7 @@ mod tests {
1071
async fn test_batch_forceflush() {
1072
let exporter = InMemoryLogExporterBuilder::default().build();
1073
1074
- let processor = BatchLogProcessor::new(
1075
- Box::new(exporter.clone()),
1076
- BatchConfig::default(),
1077
- );
+ let processor = BatchLogProcessor::new(exporter.clone(), BatchConfig::default());
1078
1079
let mut record = LogRecord::default();
1080
let instrumentation = InstrumentationScope::default();
0 commit comments