louder logs

This commit is contained in:
Bryan Stitt 2023-06-12 19:14:39 +00:00
parent c456432cc3
commit 6b98117b34

View File

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