Configure Log Level

Configure Log Level

Use this endpoint to dynamically change log level for a specific service on current node
Authorized Roles : PROVIDER

Request
URI
POST
/appliance/loggers/configure-self
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