Skip to content

Commit f3a5142

Browse files
committed
turn off debug logging
1 parent 7ac799e commit f3a5142

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

2025/polars_bigquery_gcloud_sdk/src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ async fn read_stream(
8585
#[tokio::main]
8686
async fn main() -> Result<(), Box<dyn std::error::Error>> {
8787
// Debug logging
88-
let subscriber = tracing_subscriber::fmt()
89-
.with_env_filter("gcloud_sdk=debug")
90-
.finish();
91-
tracing::subscriber::set_global_default(subscriber)?;
88+
// let subscriber = tracing_subscriber::fmt()
89+
// .with_env_filter("gcloud_sdk=debug")
90+
// .finish();
91+
// tracing::subscriber::set_global_default(subscriber)?;
9292

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

0 commit comments

Comments
 (0)