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