4140pwrr3
4140pwrr3.appLogLevelGet
Get the log level for the 4140pwrr3 service running on the 4140PWRR3
Request
Method | Param | Value | Comment | Supported Versions |
---|---|---|---|---|
4140pwrr3.appLogLevelGet | >v1.0.1 |
{"jsonrpc":"2.0","id":1,"method":"4140pwrr3.appLogLevelGet"}
Reply
Result | Comment | |
---|---|---|
x | Active log level |
{"jsonrpc":"2.0","id":20,"result":{"LogLevel":3}}
4140pwrr3.appLogLevelSet
log.level
Set the log level for sdm and associated processes
Request
Method | Param | Value | Comment | Supported Versions |
---|---|---|---|---|
4140pwrr3.appLogLevelSet | property | log.level | Property name to set | >v1.8.50 |
level | 0-7 | Log level to set | >v1.0.1 |
{"jsonrpc":"2.0","id":1,"method":"4140pwrr3.appLogLevelSet","params":{"logLevel":6}
Reply
Result | Comment | |
---|---|---|
null | null means acknowledged, no error |
{"jsonrpc":"2.0","id":1,"result":null}