lower default web3_proxy::rpcs::consensus level
This commit is contained in:
parent
b1b8346db9
commit
6b6fac396f
@ -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/
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user