chore: local dev used debug logging

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"