Configure Log Level On All Nodes

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
/appliance/loggers/configure-all
COPY
Request Body
ServiceLogConfigDto of type(s) application/json
Required
{
    "packageLogLevels": [
        {
            "packageName": "string",
            "logLevel": "string"
        }
    ],
    "service": "string"
}
packageLogLevels
Optional

packageLogLevels

string
service
Optional

service

Possible values are : APMS, PROVIDER, MONITORING, UPDATE,
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure