mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 12:22:16 +00:00
tracing: Update default opentelemetry log leve
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use openidconnect::{ClientId, ClientSecret, IssuerUrl, Scope};
|
||||
use reqwest::Url;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Deserialize, Serialize, Clone, Default)]
|
||||
|
||||
@@ -55,6 +55,7 @@ pub fn setup_tracing(config: &TracingConfig) {
|
||||
.from_env_lossy()
|
||||
.add_directive("h2=warn".parse().unwrap())
|
||||
.add_directive("hyper_util=warn".parse().unwrap())
|
||||
.add_directive("opentelemetry_sdk=warn".parse().unwrap())
|
||||
.add_directive("tower=warn".parse().unwrap());
|
||||
|
||||
let registry = tracing_subscriber::registry()
|
||||
|
||||
Reference in New Issue
Block a user