2.34 configuration/system/logging

GET

Get the logging settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
level
stringIndicates the level of logging.
supportedLevels
array

Example: ['Debug', 'Info', 'Warning', 'Error', 'Critical']

read-only

PATCH

Change the logging settings.

Request body (application/json): object
MemberTypeDescription
level
stringIndicates the level of logging.
supportedLevels
array

Example: ['Debug', 'Info', 'Warning', 'Error', 'Critical']

read-only

Responses
200PATCH successful.