---
title: "Change the logging level of the application"
method: POST
path: "/private/change-log-level"
tags: ["Private"]
---

# Change the logging level of the application

`POST /private/change-log-level`

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

## Request body

- object
  - `level` 'error' | 'warn' | 'info' | 'debug' | 'silly', required — The new logging level to set.

## Response `200`

The logging level was successfully changed.

## Other responses

- `400` — Bad request (e.g., invalid logging level provided).
- `401` — Unauthorized (missing or invalid Basic Authentication credentials).

---

[API](https://skmtc.dev/tempoxyz/apis/contract-verification-api.md) · [All operations](https://skmtc.dev/tempoxyz/apis/contract-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tempoxyz/contract-verification-api/revisions/a76585f33723/schema)
