Description: Gets Pipelines system log level information.
Security: Requires admin credentials
Usage: GET api/v1/systemConfigs/loggers
Produces: application/json
Sample Response:
GET pipelines/api/v1/systemConfigs/loggers
200 OK { "configName": "loggers" "configValue": { "api": { "configuredLevel": "info", "defaultLevel": "trace" }, "pipelinesync": { "configuredLevel": "info", "defaultLevel": "trace" }, } }