Get loggers
List of all registered loggers. Each logger has its own configurable log_level that dictates how verbose logs are within their corresponding subsystems.
GET
/v1/loggers
curl \
--request GET 'http://localhost:9644/v1/loggers'
Response examples (200)
[
{
"name": "string"
}
]