We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ffcb1 commit b14c74fCopy full SHA for b14c74f
src/main.rs
@@ -467,7 +467,7 @@ impl IntoResponse for Png {
467
468
fn start_tracing() {
469
let env_filter = tracing_subscriber::EnvFilter::builder()
470
- .with_default_directive(concat!(env!("CARGO_PKG_NAME"), "=info").parse().unwrap())
+ .with_default_directive(concat!(env!("CARGO_PKG_NAME"), "=debug").parse().unwrap())
471
.with_env_var("LOG")
472
.from_env()
473
.expect("failed to parse env");
0 commit comments