File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bottlecap/src/bin/bottlecap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ use std::{
6868use telemetry:: listener:: TelemetryListenerConfig ;
6969use tokio:: { sync:: mpsc:: Sender , sync:: Mutex as TokioMutex } ;
7070use tokio_util:: sync:: CancellationToken ;
71- use tracing:: { debug, error, info } ;
71+ use tracing:: { debug, error} ;
7272use tracing_subscriber:: EnvFilter ;
7373
7474#[ derive( Clone , Deserialize ) ]
@@ -187,7 +187,7 @@ async fn main() -> Result<()> {
187187
188188 enable_logging_subsystem ( & config) ;
189189 let version_without_next = EXTENSION_VERSION . split ( '-' ) . next ( ) . unwrap_or ( "NA" ) ;
190- info ! ( "DD_EXTENSION | Starting Datadog Extension {version_without_next}" ) ;
190+ debug ! ( "Starting Datadog Extension {version_without_next}" ) ;
191191 let client = Client :: builder ( ) . no_proxy ( ) . build ( ) . map_err ( |e| {
192192 Error :: new (
193193 std:: io:: ErrorKind :: InvalidData ,
You can’t perform that action at this time.
0 commit comments