---
title: "Get Log Metadata"
method: GET
path: "/admin/logging/{componentName}/level"
tags: ["Log Admin"]
---

# Get Log Metadata

`GET /admin/logging/{componentName}/level`

Returns the current log level details for particular component. Response contains below details : 1. DefaultLogLevel 2. PekkoLogLevel 3. Slf4jLogLevel 4. ComponentLogLevel

## Path parameters

- `componentName` string, required

## Response `200`

OK

- LogMetadata
  - `defaultLevel` 'TRACE' | 'DEBUG' | 'INFO' | 'WARN' | 'ERROR' | 'FATAL'
  - `pekkoLevel` 'TRACE' | 'DEBUG' | 'INFO' | 'WARN' | 'ERROR' | 'FATAL'
  - `slf4jLevel` 'TRACE' | 'DEBUG' | 'INFO' | 'WARN' | 'ERROR' | 'FATAL'
  - `componentLevel` 'TRACE' | 'DEBUG' | 'INFO' | 'WARN' | 'ERROR' | 'FATAL'

## Other responses

- `404` — Not Found

## Changes

- **2026-07-17** `4647870f035d` — 1 warning, 1 info
  - removed the optional property `akkaLevel` from the response with the `200` status
  - added the optional property `pekkoLevel` to the response with the `200` status
- **2019-01-30** `be3545d74098` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2017-06-07** `46dfcb383ba3` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints/changes/admin/logging/:componentName/level/get.md)

---

[API](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints.md) · [All operations](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tmtsoftware/tmt-common-software-rest-endpoints/revisions/4647870f035d/schema)
