Skip to content

Commit 790410a

Browse files
committed
turn off debug logging
1 parent f3a5142 commit 790410a

File tree

1 file changed

+4
-4
lines changed
  • 2025/arrow_bigquery_gcloud_sdk/src

1 file changed

+4
-4
lines changed

2025/arrow_bigquery_gcloud_sdk/src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ async fn read_stream(
7474
#[tokio::main]
7575
async fn main() -> Result<(), Box<dyn std::error::Error>> {
7676
// Debug logging
77-
let subscriber = tracing_subscriber::fmt()
78-
.with_env_filter("gcloud_sdk=debug")
79-
.finish();
80-
tracing::subscriber::set_global_default(subscriber)?;
77+
// let subscriber = tracing_subscriber::fmt()
78+
// .with_env_filter("gcloud_sdk=debug")
79+
// .finish();
80+
// tracing::subscriber::set_global_default(subscriber)?;
8181

8282
rustls::crypto::ring::default_provider().install_default().expect("Failed to install rustls crypto provider");
8383

0 commit comments

Comments
 (0)