Skip to content

Commit

Permalink
Fix LogsBenchmarks (open-telemetry#4929)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored and dmarkwat committed Dec 30, 2022
1 parent 81d8283 commit 2553549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static class BenchmarkState {
private final SdkLoggerProvider sdk =
SdkLoggerProvider.builder()
.addLogRecordProcessor(
logRecord -> {
(context, logRecord) -> {
// Do nothing
})
.build();
Expand Down

0 comments on commit 2553549

Please sign in to comment.