We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac799e commit f3a5142Copy full SHA for f3a5142
2025/polars_bigquery_gcloud_sdk/src/main.rs
@@ -85,10 +85,10 @@ async fn read_stream(
85
#[tokio::main]
86
async fn main() -> Result<(), Box<dyn std::error::Error>> {
87
// Debug logging
88
- let subscriber = tracing_subscriber::fmt()
89
- .with_env_filter("gcloud_sdk=debug")
90
- .finish();
91
- tracing::subscriber::set_global_default(subscriber)?;
+ // let subscriber = tracing_subscriber::fmt()
+ // .with_env_filter("gcloud_sdk=debug")
+ // .finish();
+ // tracing::subscriber::set_global_default(subscriber)?;
92
93
rustls::crypto::ring::default_provider().install_default().expect("Failed to install rustls crypto provider");
94
0 commit comments