---
title: "Set the log level filter at runtime"
method: PUT
path: "/api/log-level"
tags: ["System"]
---

# Set the log level filter at runtime

`PUT /api/log-level`

## Request body

- SetLogLevelRequest — Request to change the log level at runtime.
  - `filter` string, required — The new log filter string (e.g. "info,strom::api=debug")

## Response `200`

Log level updated

- LogLevelResponse — Response for log level queries and updates.
  - `current` string, required — The currently active log filter string (e.g. "info,strom::api=debug")
  - `default` string, required — The default filter the server started with

## Other responses

- `400` — Invalid filter string

## Changes

> 25 revisions in range; 17 could not be searched.

- **2026-04-07** `1e67862a080e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/eyevinn/apis/strom-api/changes/api/log-level/put.md)

---

[API](https://skmtc.dev/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.dev/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eyevinn/strom-api/revisions/0df7ca64263f/schema)
