chore: local dev used debug logging
All checks were successful
Rust / build (push) Successful in 1m19s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-07-06 14:23:04 +01:00
parent 4e60be61f7
commit 425241196d

View file

@ -13,5 +13,5 @@ debug = 0
strip = "debuginfo"
[env]
RUST_LOG = "hyper=warn,info"
RUST_LOG = "hyper=warn,debug"
RUSTFLAGS = "--cfg tokio_unstable"