v1

latestOpenAPI 3.1.02026-07-17373221.0 KB
Private

Change the logging level of the application

Allows changing the logging level dynamically at runtime for the application. Requires Basic Authentication.

post/private/change-log-level

Request body

level'error' | 'warn' | 'info' | 'debug' | 'silly' required

The new logging level to set.

Response

The logging level was successfully changed.