We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8787958 commit a2c05bfCopy full SHA for a2c05bf
crates/batcher/src/main.rs
@@ -41,7 +41,7 @@ async fn main() -> Result<(), BatcherError> {
41
42
env_logger::Builder::from_env(Env::default().filter_or(
43
"RUST_LOG",
44
- "info,aligned_batcher=debug,ethers_providers=off",
+ "info,aligned_batcher=debug,ethers_providers=warn",
45
))
46
.init();
47
0 commit comments