Actuator web endpoint 'loggers'

Method: HTTP GET

Endpoint: http://<host_address>:<port_address>/management/loggers

Sample:

curl -X 'GET' \
  'http://localhost:9090/management/loggers' \
  -H 'accept: */*'