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 9e842f6 commit b9af259Copy full SHA for b9af259
opentelemetry-sdk/src/logs/simple_log_processor.rs
@@ -27,7 +27,7 @@ use opentelemetry::{otel_debug, otel_error, otel_warn, InstrumentationScope};
27
28
use std::fmt::Debug;
29
use std::sync::atomic::AtomicBool;
30
-use std::{env, sync::Mutex};
+use std::sync::Mutex;
31
32
/// A [`LogProcessor`] designed for testing and debugging purpose, that immediately
33
/// exports log records as they are emitted. Log records are exported synchronously
0 commit comments