lower default web3_proxy::rpcs::consensus level

This commit is contained in:
Bryan Stitt 2023-06-22 22:45:43 -07:00
parent b1b8346db9
commit 6b6fac396f
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@ ENTRYPOINT ["web3_proxy_cli"]
CMD [ "--config", "/web3-proxy.toml", "proxyd" ]
# TODO: lower log level when done with prototyping
ENV RUST_LOG "warn,ethers_providers::rpc=off,web3_proxy=debug,web3_proxy_cli=debug"
ENV RUST_LOG "warn,ethers_providers::rpc=off,web3_proxy=debug,web3_proxy::rpcs::consensus=info,web3_proxy_cli=debug"
COPY --from=builder /usr/local/bin/* /usr/local/bin/

View File

@ -158,6 +158,7 @@ fn main() -> anyhow::Result<()> {
"ethers_providers=error",
"quick_cache_ttl=info",
"redis_rate_limit=debug",
"web3_proxy::rpcs::consensus=info",
// "web3_proxy::stats::influxdb_queries=trace",
"web3_proxy=debug",
"web3_proxy_cli=debug",