chore: set default logging lever back to info
All checks were successful
Rust / build (push) Successful in 1m16s
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-02 18:53:05 +01:00
parent 83ce95776e
commit d0c731fc01

View file

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