Skip to content

Commit b14c74f

Browse files
debug by default
1 parent 92ffcb1 commit b14c74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ impl IntoResponse for Png {
467467

468468
fn start_tracing() {
469469
let env_filter = tracing_subscriber::EnvFilter::builder()
470-
.with_default_directive(concat!(env!("CARGO_PKG_NAME"), "=info").parse().unwrap())
470+
.with_default_directive(concat!(env!("CARGO_PKG_NAME"), "=debug").parse().unwrap())
471471
.with_env_var("LOG")
472472
.from_env()
473473
.expect("failed to parse env");

0 commit comments

Comments
 (0)