We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62141f commit ca45531Copy full SHA for ca45531
1 file changed
bottlecap/src/traces/trace_agent.rs
@@ -19,7 +19,7 @@ use tokio::sync::{
19
};
20
use tokio_util::sync::CancellationToken;
21
use tower_http::limit::RequestBodyLimitLayer;
22
-use tracing::{debug, error, info, warn};
+use tracing::{debug, error, warn};
23
24
use crate::traces::trace_processor::SendingTraceProcessor;
25
use crate::{
0 commit comments