Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.health.v30ServicesStatusServiceView on Canton Network Docs ↗
SetLogLevel
RPC
/com.digitalasset.canton.admin.health.v30.StatusService/SetLogLevelProtocol Details
Inputs
SetLogLevelRequest
levelstringOutputs
SetLogLevelResponse
Related Schemas
com.digitalasset.canton.admin.health.v30.SetLogLevelRequest
com.digitalasset.canton.admin.health.v30.SetLogLevelRequest
levelstringcom.digitalasset.canton.admin.health.v30.SetLogLevelResponse
com.digitalasset.canton.admin.health.v30.SetLogLevelResponse
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.digitalasset.canton.admin.health.v30.StatusService/SetLogLevel <<'EOF'
{
"level": "string"
}
EOF
OKapplication/json
OK
{}