oops. lower this log level
This commit is contained in:
parent
56fdf48129
commit
1fab1b1d46
@ -218,8 +218,8 @@ impl OpenRequestHandle {
|
|||||||
.active_requests
|
.active_requests
|
||||||
.fetch_sub(1, std::sync::atomic::Ordering::Relaxed);
|
.fetch_sub(1, std::sync::atomic::Ordering::Relaxed);
|
||||||
|
|
||||||
// // TODO: i think ethers already has trace logging (and does it much more fancy)
|
// TODO: i think ethers already has trace logging (and does it much more fancy)
|
||||||
debug!(
|
trace!(
|
||||||
"response from {} for {} {:?}: {:?}",
|
"response from {} for {} {:?}: {:?}",
|
||||||
self.rpc, method, params, response,
|
self.rpc, method, params, response,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user