Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetlogRequest

The getlog the RPC command to show logs, with optional log level.

  • level: A string that represents the log level (broken, unusual, info, debug, or io). The default is info.

EXAMPLE JSON REQUEST

{
"id": 82,
"method": "getlog",
"params": {
"level": "debug"
}
}

Hierarchy

  • GetlogRequest

Index

Properties

Properties

level?: string

Generated using TypeDoc