Skip to content

Commit a2c05bf

Browse files
committed
chore: show ethers_providers warn log level by default
1 parent 8787958 commit a2c05bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/batcher/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async fn main() -> Result<(), BatcherError> {
4141

4242
env_logger::Builder::from_env(Env::default().filter_or(
4343
"RUST_LOG",
44-
"info,aligned_batcher=debug,ethers_providers=off",
44+
"info,aligned_batcher=debug,ethers_providers=warn",
4545
))
4646
.init();
4747

0 commit comments

Comments
 (0)