New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

1 min read

Method admin.setLogLevel undefined ()
connect with WS protocol

admin.setLogLevel

info-circle-fill

Method not allowed

info-circle-fill

Sets the log level of the C-Chain.

Parameters

level - string

level is the log level to be set.

Request

wscat -c wss://avax.getblock.io/YOUR-API-KEY/mainnet/ 
# wait for connection and send the request body 
{"jsonrpc": "2.0",
"method": "admin.setLogLevel",
"params": ["info"],
"id": "getblock.io"}

Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}
banner icon

Start Building with GetBlock RPCs for Free