Skip to content

Commit 96ff42e

Browse files
committed
Fix appender
1 parent c840986 commit 96ff42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/rust/oneds-telemetry/src/appender.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl log::Log for TelemetryCollectorLogBridge {
4242

4343
fn flush(&self) {
4444
if unsafe { COLLECTOR_ENABLED } {
45-
log_manager_provider().flush(true);
45+
log_manager_provider().flush();
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)