Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.health.v30ServicesStatusServiceView on Canton Network Docs

SetLogLevel

Shared AdministrationProtobufcom.digitalasset.canton.admin.health.v30SetLogLevel

com.digitalasset.canton.admin.health.v30

SetLogLevel

gRPC
RPC/com.digitalasset.canton.admin.health.v30.StatusService/SetLogLevel

Protocol Details

Inputs

SetLogLevelRequest

levelstring

Outputs

SetLogLevelResponse

com.digitalasset.canton.admin.health.v30.SetLogLevelRequest

levelstring

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
{}