You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The error is already debug logged. If a user is handling `Web3RPCError`, they can still find debug logs of the error at the debug level.
- The user_message is also available on the Web3RPCError class itself. No need to also error log it.
Remove error logging the user message on RPC errors. The user message is available on the exception and the response itself is logged at the debug level.
0 commit comments