debug is flooding my disks

This commit is contained in:
Bryan Stitt 2023-06-20 14:47:01 -07:00
parent 3c2f95de10
commit c21b041661

View File

@ -8,7 +8,7 @@ services:
# rust's tokio crate expects a SIGINT https://tokio.rs/tokio/topics/shutdown
stop_signal: SIGINT
environment:
RUST_LOG: "info,ethers_providers::rpc=off,web3_proxy=debug"
RUST_LOG: "info,ethers_providers::rpc=off,web3_proxy=info"
volatile_redis:
image: redis:6.0-alpine