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 f3a5142 commit 790410aCopy full SHA for 790410a
2025/arrow_bigquery_gcloud_sdk/src/main.rs
@@ -74,10 +74,10 @@ async fn read_stream(
74
#[tokio::main]
75
async fn main() -> Result<(), Box<dyn std::error::Error>> {
76
// Debug logging
77
- let subscriber = tracing_subscriber::fmt()
78
- .with_env_filter("gcloud_sdk=debug")
79
- .finish();
80
- tracing::subscriber::set_global_default(subscriber)?;
+ // let subscriber = tracing_subscriber::fmt()
+ // .with_env_filter("gcloud_sdk=debug")
+ // .finish();
+ // tracing::subscriber::set_global_default(subscriber)?;
81
82
rustls::crypto::ring::default_provider().install_default().expect("Failed to install rustls crypto provider");
83
0 commit comments