Skip to content

Commit c7c4b30

Browse files
committed
correct message
1 parent fe9e7a6 commit c7c4b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bottlecap/src/bin/bottlecap/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ use std::{
6868
use telemetry::listener::TelemetryListenerConfig;
6969
use tokio::{sync::mpsc::Sender, sync::Mutex as TokioMutex};
7070
use tokio_util::sync::CancellationToken;
71-
use tracing::{debug, error, info};
71+
use tracing::{debug, error};
7272
use 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,

0 commit comments

Comments
 (0)