51 LogLevel(
const components::ComponentConfig& config,
const components::ComponentContext& component_context);
55 static constexpr std::string_view
kName =
"handler-log-level";
59 static yaml_config::Schema GetStaticConfigSchema();
62 std::string ProcessGet(
const http::HttpRequest& request,
request::RequestContext&)
const;
63 std::string ProcessPut(
const http::HttpRequest& request,
request::RequestContext&)
const;
67 logging::
Level default_init_level;
68 mutable std::unordered_map<std::string, logging::
Level> init_levels;