GET /v1/loggers

List of all registered loggers. Each logger has its own configurable log_level that dictates how verbose logs are within their corresponding subsystems.

Responses

  • 200 application/json

    Loggers response

    Hide response attribute Show response attribute object
    • name string
GET /v1/loggers
curl \
 --request GET 'http://localhost:9644/v1/loggers'
Response examples (200)
[
  {
    "name": "string"
  }
]

Documentation preview

will expire on January 19 at 23:13

This is a preview of your version @2026-01-12.