Skip to content

Commit b67e2b0

Browse files
committed
Fix parameters
1 parent 3d02d35 commit b67e2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ impl BatchLogProcessor {
477477

478478
result = export_with_timeout_sync(
479479
config.max_export_timeout,
480-
exporter.as_mut(),
481-
logs.split_off(0),
480+
&exporter,
481+
logs,
482482
&mut last_export_time,
483483
);
484484

0 commit comments

Comments
 (0)