Skip to content

Commit

Permalink
Fix parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jan 22, 2025
1 parent 3d02d35 commit b67e2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-sdk/src/logs/log_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ impl BatchLogProcessor {

result = export_with_timeout_sync(
config.max_export_timeout,
exporter.as_mut(),
logs.split_off(0),
&exporter,
logs,
&mut last_export_time,
);

Expand Down

0 comments on commit b67e2b0

Please sign in to comment.