---
title: "Set logging levels."
method: POST
path: "/api/fppd/log/level/{level}"
tags: ["fppd"]
---

# Set logging levels.

`POST /api/fppd/log/level/{level}`

There is no separate channel parameter: the {level} path segment carries both the level and the optional channel targeting. A bare level name - one of error, warn, info, debug, or excess - sets that level globally for every log channel. To target specific channels instead, use level:channel,channel and separate multiple groups with a semicolon, e.g. debug:Schedule,Player;info:Sync. Channel names are case-sensitive and match those returned by GET /api/fppd/log (for example Command, Control, HTTP, Schedule, Sync).

## Response `200`

Log level updated.

## Other responses

- `400` — Invalid or unrecognized log level.

## Changes

- **2026-07-03** `b1c1f447302f` — 1 info
  - added the non-success response with the status `400`
- **2026-05-30** `76b02501e0ae` — 1 info
  - endpoint added
- **2026-05-13** `34a577bdabff` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/fppd/log/level/:level/post.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/2d744b175449/schema)
