action apicurio_get_log_configuration { label: "Get a single logger configuration" description: "Returns the configured logger configuration for the provided logger name, if no logger configuration is persisted it will return the current default log configuration in the system." provider: apicurio method: GET path: "/admin/loggers/{logger}" encoding: json output: { type: "object" } }