Get loggers

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"
  }
]