action apicurio_list_log_configurations { label: "List logging configurations" description: "List all of the configured logging levels. These override the default\nlogging configuration." provider: apicurio method: GET path: "/admin/loggers" encoding: json output: { type: "array" items: { type: "object" } } }