> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/v.-spring-boot-actuator/53.-loggers/53.1-configure-a-logger.md).

# 53.1 配置记录器

为了配置一个特定的记录器，你向资源的URI`POST`一个部分的实体：

```
{
    "configuredLevel": "DEBUG"
}
```

**提示** 你也可以传递一个`null`的`配置级别`来“重置”记录器的特定的级别（使用默认的配置）。
