Skip to content

Commit

Permalink
changing log level
Browse files Browse the repository at this point in the history
  • Loading branch information
hbisht-airstack committed Jun 4, 2024
1 parent f9e61cb commit ab0d450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereumetl/providers/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def make_batch_request(self, text):
**self.get_request_kwargs()
)
response = self.decode_rpc_response(raw_response)
self.logger.debug("Getting response HTTP. URI: %s, "
self.logger.info("Getting response HTTP. URI: %s, "
"Request: %s, Response: %s",
self.endpoint_uri, text, response)
return response

0 comments on commit ab0d450

Please sign in to comment.