mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
debug log
This commit is contained in:
parent
4ba850639e
commit
b8a667deed
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ func (api *EthereumApi) Close() {
|
|||
|
||||
func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error {
|
||||
// Spec at https://github.com/ethereum/wiki/wiki/JSON-RPC
|
||||
rpclogger.Infof("%s %s", req.Method, req.Params)
|
||||
rpclogger.Debugf("%s %s", req.Method, req.Params)
|
||||
|
||||
switch req.Method {
|
||||
case "web3_sha3":
|
||||
|
|
|
|||
Loading…
Reference in a new issue