Configure Log Level On All Nodes
Use this endpoint to dynamically change log level for a specific service on all nodes in HA cluster
Authorized Roles : PROVIDER
Request
URI
POST
https://{api_host}/appliance/loggers/configure-all
COPY
Request Body
ServiceLogConfigDto of type(s) application/json
Required
{
"packageLogLevels": [
{
"packageName": "string",
"logLevel": "string"
}
],
"service": "string"
}
string
service
Optional
service
Possible values are : APMS, PROVIDER, MONITORING, UPDATE,
Responses
200
OK
Operation doesn't return any data structure